Skip to content
Snippets Groups Projects
Commit 0fb146b8 authored by Philipp Rüssmann's avatar Philipp Rüssmann
Browse files

Fixed bug

parent 2246ef21
No related branches found
No related tags found
No related merge requests found
v1.0-8-g24943ce
v1.0-10-gc2a3adf
......@@ -71,6 +71,10 @@ ${newsubs}: inc.geometry
%.o: %.F90
$(FC) $(CPP) -c $(FFLAGS) $<
# only these conatin explicit !$omp statements:
version.o: version.f90
$(FC) $(FFLAGS) -c -o $@ $<
####################################################
# Libraries and compile flags #
####################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment