--- trunk/OOPSE/libmdtools/notifyCutoffs.F90 2004/06/04 14:59:27 1239 +++ trunk/OOPSE/libmdtools/notifyCutoffs.F90 2004/06/11 19:46:26 1270 @@ -55,11 +55,11 @@ contains do_shift = .false. if (abs(rcut-rsw) .lt. 0.0001) then - write(errMsg, *) 'cutoffRadius and switchingRadius', newline & - // tab, 'are set to the same value. OOPSE will use', newline & - // tab, 'shifted Lennard-Jones potentials instead of', newline & - // tab, 'switching functions.' - + write(errMsg, *) & + 'cutoffRadius and switchingRadius are set to the same', newline & + // tab, 'value. OOPSE will use shifted Lennard-Jones', newline & + // tab, 'potentials instead of switching functions.' + call handleInfo("cutoffNotify", errMsg) do_shift = .true.