執行 condet -net 出現了下面的錯誤
[code gutter=false]
At line 1260 of file condet.for
Fortran runtime error: End of record
[/code]
解決方法:
修改 PRO/condet.for
修改第 1180 行
[code firstline=1180]
character*18 time
[/code]
修改第 1211 行
[code firstline=1211]
call xhpsort(n,msec,stat,comp,coda,ratio)
[/code]
最後重新編譯 PRO/condet.for
[code language=bash gutter=false]
rm condet
make all
[/code]
參考資料