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

Commit

Permalink
Removed obsolete eucl_threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed May 24, 2021
1 parent d71423b commit 6a8e04d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/user/user_read_param_in.f90
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
write(*,*) "EXTRA_FORCE = ",param%lextra_force
write(*,*) "BIG_DISCARD = ",param%lbig_discard
write(*,*) "RHILL_PRESENT = ",param%lrhill_present
write(*,*) "EUCL_THRESHOLD = ", param%eucl_threshold
ierr = 0

! Added by D. Minton
Expand Down
2 changes: 0 additions & 2 deletions src/user/user_udio_reader.f90
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@
case ("ENERGY")
call util_toupper(param_value)
if (param_value == "YES" .or. param_value == 'T') param%lenergy = .true.
case ("EUCL_THRESHOLD")
read(param_value, *) param%eucl_threshold
case ("ROTATION")
call util_toupper(param_value)
if (param_value == "YES" .or. param_value == 'T') param%lrotation = .true.
Expand Down

0 comments on commit 6a8e04d

Please sign in to comment.