Skip to content

Commit

Permalink
Updated!
Browse files Browse the repository at this point in the history
  • Loading branch information
Niceno committed Sep 11, 2018
1 parent bfb3f60 commit 68ba67c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
3 changes: 1 addition & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ SRC_FUN = Cholesky.f90 \
Main_Sem.f90 \
Mat_Mul.f90 \
Read_Vtk_Mesh.f90 \
Save_Vtk_Flow.f90 \
Save_Vtk_Mesh.f90 \
Save_Vtk.f90 \
Scale_Fluctuations.f90 \
Statistics.f90

Expand Down
21 changes: 8 additions & 13 deletions makefile_explicit_dependencies
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
#-- ./Mat_Mul.f90
#-- ./Save_Vtk_Flow.f90
$(DIR_OBJECT)/Save_Vtk_Flow.o:\
$(DIR_OBJECT)/Mesh_Mod.o \
Mesh_Mod/*.f90 \
$(DIR_OBJECT)/Flow_Mod.o \
Flow_Mod/*.f90

#-- ./Eddy_Mod/Create.f90
$(DIR_OBJECT)/Create.o:\
$(DIR_OBJECT)/Mesh_Mod.o \
Expand Down Expand Up @@ -60,6 +53,14 @@ Flow_Mod/*.f90
#-- ./Mesh_Mod/Create_Cartesian.f90
#-- ./Mesh_Mod/Calculate_Geometry.f90
#-- ./Mesh_Mod/Create_From_File.f90
#-- ./.git/objects/28/b60f6a45041684973f909e91ef34c1d87e0e11
#-- ./Save_Vtk.f90
$(DIR_OBJECT)/Save_Vtk.o:\
$(DIR_OBJECT)/Mesh_Mod.o \
Mesh_Mod/*.f90 \
$(DIR_OBJECT)/Flow_Mod.o \
Flow_Mod/*.f90

#-- ./Meshes/Neu_2_Vtk.f90
#-- ./Main_Sem.f90
$(DIR_OBJECT)/Main_Sem.o:\
Expand All @@ -79,7 +80,6 @@ $(DIR_OBJECT)/Mesh_Mod.o \
Mesh_Mod/*.f90 \
Eddy_Mod/*.f90

#-- ./At.f90
#-- ./Convect_Eddy.f90
$(DIR_OBJECT)/Convect_Eddy.o:\
$(DIR_OBJECT)/Mesh_Mod.o \
Expand All @@ -93,11 +93,6 @@ Eddy_Mod/*.f90
$(DIR_OBJECT)/Mesh_Mod.o:\
Mesh_Mod/*.f90

#-- ./Save_Vtk_Mesh.f90
$(DIR_OBJECT)/Save_Vtk_Mesh.o:\
$(DIR_OBJECT)/Mesh_Mod.o \
Mesh_Mod/*.f90

#-- ./Read_Vtk_Mesh.f90
$(DIR_OBJECT)/Read_Vtk_Mesh.o:\
$(DIR_OBJECT)/Mesh_Mod.o \
Expand Down

0 comments on commit 68ba67c

Please sign in to comment.