Changeset 10425 for NEMO/trunk/src/OCE/oce.F90
- Timestamp:
- 2018-12-19T22:54:16+01:00 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/src/OCE/oce.F90
r10364 r10425 115 115 ! 116 116 oce_alloc = MAXVAL( ierr ) 117 IF( oce_alloc /= 0 ) CALL ctl_ warn('oce_alloc: failed to allocate arrays')117 IF( oce_alloc /= 0 ) CALL ctl_stop( 'STOP', 'oce_alloc: failed to allocate arrays' ) 118 118 ! 119 119 END FUNCTION oce_alloc
Note: See TracChangeset
for help on using the changeset viewer.