nncarlson / petaca

Petaca: A collection of foundational Fortran modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in Intel compiler workaround in parameter_list_json

nncarlson opened this issue · comments

The Intel bug workaround INTEL_DPD200237439 in parameter_list_json.F90 contains an error. The statement READ(10,... should be READ(UNIT,...

Resolved by db71392