Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed obsolete eucl_threshold
  • Loading branch information
daminton committed May 24, 2021
1 parent a117c2a commit d71423b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/modules/user.f90
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ module user
real(DP) :: MU2KG = -1.0_DP !! Converts mass units to grams
real(DP) :: TU2S = -1.0_DP !! Converts time units to seconds
real(DP) :: DU2M = -1.0_DP !! Converts distance unit to centimeters
integer(I8B) :: EUCL_THRESHOLD = 1000000 !! Threshold comparison number to switch over to use eucl functions


!Logical flags to turn on or off various features of the code
Expand Down
1 change: 0 additions & 1 deletion src/user/user_udio_writer.f90
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
write(unit, Lfmt) "RHILL_PRESENT",param%lrhill_present
write(unit, Lfmt) "CHK_CLOSE",param%lclose
write(unit, Lfmt) "FRAGMENTATION", param%lfragmentation
write(unit, Ifmt) "EUCL_THRESHOLD", param%eucl_threshold
write(unit, Lfmt) "ENERGY", param%lenergy
write(unit, Lfmt) "ROTATION", param%lrotation
write(unit, Lfmt) "TIDES", param%ltides
Expand Down

0 comments on commit d71423b

Please sign in to comment.