--- trunk/libf/dyn3d/abort_gcm.f90 2008/07/21 16:05:07 12 +++ trunk/libf/dyn3d/abort_gcm.f90 2010/04/01 09:07:28 30 @@ -15,7 +15,7 @@ ! message = stuff to print ! ierr = severity of situation ( = 0 normal ) - USE IOIPSL, only: histclo + USE histcom, only: histclo character(len=*), intent(in):: modname integer, intent(in):: ierr @@ -27,7 +27,7 @@ call histclo print *, 'Stopping in ', modname - print *, 'Reason = ', trim(message) + print *, 'Reason: ', trim(message) print *, 'Houston, we have a problem ', ierr STOP 1