--- MITgcm/verification/matrix_example/code/config_check.F 2005/04/18 20:16:47 1.1 +++ MITgcm/verification/matrix_example/code/config_check.F 2005/04/19 18:44:50 1.2 @@ -1,4 +1,4 @@ -C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/matrix_example/code/Attic/config_check.F,v 1.1 2005/04/18 20:16:47 spk Exp $ +C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/matrix_example/code/Attic/config_check.F,v 1.2 2005/04/19 18:44:50 edhill Exp $ C $Name: $ #include "PACKAGES_CONFIG.h" @@ -445,7 +445,8 @@ IF ( useOldFreezing .AND. allowFreezing ) THEN WRITE(msgBuf,'(2A)') - & 'CONFIG_CHECK: cannot set both: allowFreezing & useOldFreezing' + & 'CONFIG_CHECK: cannot set both: ', + & 'allowFreezing & useOldFreezing' CALL PRINT_ERROR( msgBuf , myThid) STOP 'ABNORMAL END: S/R CONFIG_CHECK' ENDIF @@ -459,7 +460,8 @@ IF ( useMATRIX .AND. .NOT.usePTRACERS ) THEN WRITE(msgBuf,'(2A)') - & 'CONFIG_CHECK: cannot set useMATRIX without setting usePTRACERS' + & 'CONFIG_CHECK: cannot set useMATRIX ', + & 'without setting usePTRACERS' CALL PRINT_ERROR( msgBuf , myThid) STOP 'ABNORMAL END: S/R CONFIG_CHECK' ENDIF