- Timestamp:
- Feb 3, 2016, 9:45:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3d/gcm.F90
r2372 r2438 157 157 use_filtre_fft=.FALSE. 158 158 CALL getin('use_filtre_fft',use_filtre_fft) 159 IF (use_filtre_fft) call abort_gcm( 'FFT filter is not available in the' &160 // ' sequential version of the dynamics.', 1)159 IF (use_filtre_fft) call abort_gcm("gcm", 'FFT filter is not available in ' & 160 // 'the sequential version of the dynamics.', 1) 161 161 162 162 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Note: See TracChangeset
for help on using the changeset viewer.