- Timestamp:
- Jan 30, 2012 1:40:12 PM (13 years ago)
- Location:
- palm/trunk
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_open.f90
r809 r810 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! Bugfix: replaced .AND. and .NOT. with && and ! in the preprocessor directives6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 11 ! 12 ! 809 2012-01-30 13:32:58Z maronga 13 ! Bugfix: replaced .AND. and .NOT. with && and ! in the preprocessor directives 14 ! 12 15 ! 807 2012-01-25 11:53:51Z maronga 13 16 ! New cpp directive "__check" implemented which is used by check_namelist_files -
palm/trunk/SOURCE/check_parameters.f90
r809 r810 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! Bugfix: replaced .AND. and .NOT. with && and ! in the preprocessor directives6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 809 2012-01-30 13:32:58Z maronga 13 ! Bugfix: replaced .AND. and .NOT. with && and ! in the preprocessor directives 11 14 ! 12 15 ! 807 2012-01-25 11:53:51Z maronga -
palm/trunk/SOURCE/init_grid.f90
r809 r810 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! Bugfix: replaced .AND. and .NOT. with && and ! in the preprocessor directives6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 809 2012-01-30 13:32:58Z maronga 13 ! Bugfix: replaced .AND. and .NOT. with && and ! in the preprocessor directives 11 14 ! 12 15 ! 807 2012-01-25 11:53:51Z maronga -
palm/trunk/SOURCE/init_masks.f90
r809 r810 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! Bugfix: replaced .AND. and .NOT. with && and ! in the preprocessor directives6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 809 2012-01-30 13:32:58Z maronga 13 ! Bugfix: replaced .AND. and .NOT. with && and ! in the preprocessor directives 11 14 ! 12 15 ! 807 2012-01-25 11:53:51Z maronga -
palm/trunk/SOURCE/init_pegrid.f90
r809 r810 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! Bugfix: replaced .AND. and .NOT. with && and ! in the preprocessor directives7 6 ! 8 7 ! ATTENTION: nnz_x undefined problem still has to be solved!!!!!!!! … … 12 11 ! ----------------- 13 12 ! $Id$ 13 ! 14 ! 809 2012-01-30 13:32:58Z maronga 15 ! Bugfix: replaced .AND. and .NOT. with && and ! in the preprocessor directives 14 16 ! 15 17 ! 807 2012-01-25 11:53:51Z maronga -
palm/trunk/SOURCE/local_stop.f90
r809 r810 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! Bugfix: replaced .AND. and .NOT. with && and ! in the preprocessor directives6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 809 2012-01-30 13:32:58Z maronga 13 ! Bugfix: replaced .AND. and .NOT. with && and ! in the preprocessor directives 11 14 ! 12 15 ! 807 2012-01-25 11:53:51Z maronga -
palm/trunk/SOURCE/modules.f90
r809 r810 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! Bugfix: replaced .AND. and .NOT. with && and ! in the preprocessor directives6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 809 2012-01-30 13:32:58Z marongas 13 ! Bugfix: replaced .AND. and .NOT. with && and ! in the preprocessor directives 11 14 ! 12 15 ! 807 2012-01-25 11:53:51Z maronga -
palm/trunk/SOURCE/parin.f90
r809 r810 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! Bugfix: replaced .AND. and .NOT. with && and ! in the preprocessor directives6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 809 2012-01-30 13:32:58Z maronga 13 ! Bugfix: replaced .AND. and .NOT. with && and ! in the preprocessor directives 11 14 ! 12 15 ! 807 2012-01-25 11:53:51Z maronga -
palm/trunk/SOURCE/poisfft.f90
r809 r810 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! Bugfix: replaced .AND. and .NOT. with && and ! in the preprocessor directives6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 809 2012-01-30 13:32:58Z maronga 13 ! Bugfix: replaced .AND. and .NOT. with && and ! in the preprocessor directives 11 14 ! 12 15 ! 807 2012-01-25 11:53:51Z maronga -
palm/trunk/SOURCE/poisfft_hybrid.f90
r809 r810 5 5 ! Current revisions: 6 6 ! ----------------- 7 ! Bugfix: replaced .AND. and .NOT. with && and ! in the preprocessor directives7 ! 8 8 ! 9 9 ! Former revisions: 10 10 ! ----------------- 11 11 ! $Id$ 12 ! 13 ! 809 2012-01-30 13:32:58Z maronga 14 ! Bugfix: replaced .AND. and .NOT. with && and ! in the preprocessor directives 12 15 ! 13 16 ! 807 2012-01-25 11:53:51Z maronga -
palm/trunk/UTIL/mrungui/mainwindow.cpp
r809 r810 2 2 // Current revisions: 3 3 // ----------------- 4 // Bugfix: waiting for 20 minutes does not suffice for local runs5 4 // 6 5 // Former revisions: 7 6 // ----------------- 8 7 // $Id$ 8 // 9 // 809 2012-01-30 13:32:58Z marong 10 // Bugfix: waiting for 20 minutes does not suffice for local runs 9 11 // 10 12 // 793 2011-12-12 15:15:24Z maronga
Note: See TracChangeset
for help on using the changeset viewer.