Skip to content

Commit

Permalink
P=8 should be the default
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Dec 24, 2023
1 parent f5ea597 commit 7b13482
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/orbit/misc/henyey/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
include $(NEMOLIB)/makedefs
# Testing FORTRAN interface in HENYEY

include $(NEMOLIB)/makedefs

# P is used by 'forcon', to convert code from REAL*4 <---> REAL*8
# P must be 4 or 8 when called (e.g. "make real P=8" makes a REAL*8 version)
P=8
Expand Down

0 comments on commit 7b13482

Please sign in to comment.