Most of modules organized
Most of the modules are organized in subfolders. Maybe some big re-organization is needed in the future, but for now I am happy.
This commit is contained in:
parent
d9a1869564
commit
9484502d0b
13 changed files with 37 additions and 15 deletions
|
|
@ -1,12 +0,0 @@
|
|||
!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):: tCoul = 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