Ignore:
Timestamp:
Jun 30, 2022, 10:21:32 AM (3 years ago)
Author:
acozic
Message:

remove two abort_gcm which is not known when we compile with dynamico and we are not using dyn3dmem / dyn3d_common

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/infotrac_phy.F90

    r4172 r4191  
    162162
    163163   type_trac = type_trac_
    164    IF(strParse(type_trac, '|', types_trac)) CALL abort_gcm(modname,'can''t parse "type_trac = '//TRIM(type_trac)//'"',1)
     164   IF(strParse(type_trac, '|', types_trac)) CALL abort_physic(modname,'can''t parse "type_trac = '//TRIM(type_trac)//'"',1)
    165165   tracers   = tracers_
    166166   isotopes  = isotopes_
Note: See TracChangeset for help on using the changeset viewer.