Skip to content

Commit e756018

Browse files
committed
EQUIL - UPDATE - Officially deprecates old Hansen and Marklin eq_types to avoid convusion with correct modern interfaces
1 parent 5f02786 commit e756018

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

equil/equil.f

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,13 @@ SUBROUTINE equil_read(unit, op_psihigh, op_psilow)
174174
CASE("t7")
175175
CALL read_eq_t7
176176
CASE("marklin_direct")
177+
CALL program_stop("Error: Deprecated eq_type "//TRIM(eq_type))
177178
CALL read_eq_marklin_direct
178179
CASE("marklin_inverse")
180+
CALL program_stop("Error: Deprecated eq_type "//TRIM(eq_type))
179181
CALL read_eq_marklin_inverse
180182
CASE("hansen_inverse")
183+
CALL program_stop("Error: Deprecated eq_type "//TRIM(eq_type))
181184
CALL read_eq_hansen_inverse
182185
CASE("pfrc")
183186
CALL read_eq_pfrc

0 commit comments

Comments
 (0)