Changeset 3532


Ignore:
Timestamp:
Jun 7, 2019, 2:40:36 PM (5 years ago)
Author:
Laurent Fairhead
Message:

Forgot a return

File:
1 edited

Legend:

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

    r3531 r3532  
    9090              ENDIF
    9191!$OMP BARRIER
    92               abort_message='create_etat0_limit_unstruct, Initial state file are created, all is fine'              CALL abort_physic(modname,abort_message,0)
     92              abort_message='create_etat0_limit_unstruct, Initial state file are created, all is fine'
     93              CALL abort_physic(modname,abort_message,0)
    9394          ENDIF
    9495        ELSE
Note: See TracChangeset for help on using the changeset viewer.