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
11
src/modules/moduleCompTime.f90
Normal file
11
src/modules/moduleCompTime.f90
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
!Information to calculate computation time
|
||||
MODULE moduleCompTime
|
||||
REAL(8):: tStep=0.D0
|
||||
REAL(8):: tPush=0.D0
|
||||
REAL(8):: tReset=0.D0
|
||||
REAL(8):: tColl=0.D0
|
||||
REAL(8):: tWeight=0.D0
|
||||
REAL(8):: tEMField=0.D0
|
||||
|
||||
END MODULE moduleCompTime
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue