Changeset 1212 for palm/trunk/SOURCE/init_pegrid.f90
- Timestamp:
- Aug 15, 2013 8:46:27 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_pegrid.f90
r1160 r1212 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 22 ! error message for poisfft_hybrid removed 23 23 ! 24 24 ! Former revisions: … … 232 232 CALL message( 'init_pegrid', 'PA0222', 1, 2, 0, 6, 0 ) 233 233 234 ENDIF235 236 !237 !-- The hybrid solver can only be used in case of a 1d-decomposition along x238 IF ( pdims(2) /= 1 .AND. psolver == 'poisfft_hybrid' ) THEN239 message_string = 'psolver = "poisfft_hybrid" can only be' // &240 '& used in case of a 1d-decomposition along x'241 CALL message( 'init_pegrid', 'PA0223', 1, 2, 0, 6, 0 )242 234 ENDIF 243 235
Note: See TracChangeset
for help on using the changeset viewer.