Changeset 931 for palm/trunk/SOURCE/user_parin.f90
- Timestamp:
- Jun 8, 2012 3:09:28 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/user_parin.f90
r842 r931 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! 6 ! Re-enabled check for max_pr_user 7 7 ! 8 8 ! Former revisions: … … 86 86 !-- restart file (already stored in max_pr_user) has to match the one given 87 87 !-- for the current run 88 #if ! defined ( __check )89 88 IF ( TRIM( initializing_actions ) == 'read_restart_data' ) THEN 90 89 IF ( max_pr_user /= max_pr_user_tmp ) THEN … … 99 98 max_pr_user = max_pr_user_tmp 100 99 ENDIF 101 #endif102 100 103 101 100 RETURN
Note: See TracChangeset
for help on using the changeset viewer.