Skip to content
Snippets Groups Projects
Commit baae06af authored by Douglas Guptill's avatar Douglas Guptill
Browse files

add flush

parent 4de41aef
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,7 @@ do_leaf_measurements.o \ ...@@ -42,6 +42,7 @@ do_leaf_measurements.o \
embed_surface_in_octree.o \ embed_surface_in_octree.o \
erosion.o \ erosion.o \
find_void_nodes.o \ find_void_nodes.o \
flush.o \
heap.o \ heap.o \
improve_osolve.o\ improve_osolve.o\
initialize_temperature.o \ initialize_temperature.o \
...@@ -86,7 +87,7 @@ objclean: ...@@ -86,7 +87,7 @@ objclean:
cd RESAMPLE; make $@ cd RESAMPLE; make $@
rm -f *.o *.mod $(COMPILE_OUT) rm -f *.o *.mod $(COMPILE_OUT)
all: $(NAME)
$(NAME): subdirs $(OBJECTS) $(NAME): subdirs $(OBJECTS)
$(F90) $(FLAGS) $(OPTIONS) $(OBJECTS) $(LIBS) -o $(NAME) \ $(F90) $(FLAGS) $(OPTIONS) $(OBJECTS) $(LIBS) -o $(NAME) \
>$(NAME).link 2>&1 >$(NAME).link 2>&1
......
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