Dear all
I am starting to work with SPHysic, But I have a problem related to *.mak file. Here is a brief of my work: first of all, I ran the SPHysicsgen.f as a project in visual studio(intel Fortran). Then it works correctly and gives outputs(for example SPHysis.mak).After copying these files in related folder, when I want to run the SPHysics.f, it gives a lot of errors such as:
The type of the actual argument differs from the type of the dummy argument.
It seems that because there are many subroutines with the same name and different arguments! In the other words, This indicates that the SPHysics.mak doesn't work properly!
As one member (bjhaw2) mentions in a post: " Below are the original first two lines of the makefile:
Line 1: OPTIONS= /NOLOGO
Line 2: COPTIONS= /03
Note the zero between the / and 3 on the second line. This should be O (capital o)."
I change it, but unfortunately, it still doesn't work properly!
I really look forward to your answers. Any suggestion would be really appreciated.