I was wondering if the F90 implementation is functional? I tried compiling it on various platforms, but I keep getting the following error:
twoFAST.f90:11:5:
USE header, only:double,single
1
Fatal Error: Can't open module file 'header.mod' for reading at (1): No such file or directory
It seems that a critical file is missing...
I was wondering if the F90 implementation is functional? I tried compiling it on various platforms, but I keep getting the following error:
It seems that a critical file is missing...