Skip to content

Commit

Permalink
Minor changes. Needed to allow merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrober50 committed Jan 3, 2024
1 parent b771225 commit f685e1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ PROGRAM Uniform_Sphere_Poisson_Native
M_Index_Max = 3

!Surface_RE_Index = 1
RE_Index_Min = 7
RE_Index_Max = 7
RE_Index_Min = 5
RE_Index_Max = 5

Degree_Min = 1
Degree_Max = 1
Degree_Min = 2
Degree_Max = 2

L_Limit_Min = 0
L_Limit_Max = 0
Expand Down
2 changes: 1 addition & 1 deletion Drivers/Yahil Profile - Newton - Native/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ include ../../Build/Makefile_Core
include Makefile_Driver


main : $(POSEIDON_o) $(DRIVER_o) Yahil_Profile_Poisson_Native.o
main : $(POSEIDON_o) $(DRIVER_o) Yahil_Profile_Newton_Native.o
@echo " compiling with $(COMP_$(MACHINE_NAME)) :"
$(FORT) $(STD) $(OBJ)/*.o -o $(BIN)/$(TEST_NAME).x $(LIB_LINKER)
@echo ">>> compiled on `hostname -s` with $(FORT_$(MACHINE_NAME)) <<<"
Expand Down

0 comments on commit f685e1f

Please sign in to comment.