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
5
src/modules/init/makefile
Normal file
5
src/modules/init/makefile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
all: moduleInput.o
|
||||
|
||||
%.o: %.f90
|
||||
$(FC) $(FCFLAGS) -c $< -o $(OBJDIR)/$@
|
||||
|
||||
1293
src/modules/init/moduleInput.f90
Normal file
1293
src/modules/init/moduleInput.f90
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue