Files renamed and makefile make compatible with ifort.
This commit is contained in:
parent
3b125d0952
commit
af74205932
25 changed files with 5439 additions and 0 deletions
9
src/modules/moduleCaseParam.f90
Normal file
9
src/modules/moduleCaseParam.f90
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
!Problems of the case
|
||||
MODULE moduleCaseParam
|
||||
!Maximum number of iterations and number of species
|
||||
INTEGER:: tmax
|
||||
REAL(8), ALLOCATABLE:: tau(:)
|
||||
REAL(8):: tauMin
|
||||
|
||||
END MODULE moduleCaseParam
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue