Ignore:
Timestamp:
Jan 30, 2012 1:32:58 PM (12 years ago)
Author:
maronga
Message:

Bugfix: cpp directives .NOT., .AND. replaced by !,&&. Minor bugfixes in mrungui

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/local_stop.f90

    r808 r809  
    44! Current revisions:
    55! -----------------
    6 !
     6! Bugfix: replaced .AND. and .NOT. with && and ! in the preprocessor directives
    77!
    88! Former revisions:
     
    4545
    4646
    47 #if defined( __parallel ) .AND. .NOT. defined ( __check )
     47#if defined( __parallel ) && ! defined ( __check )
    4848    IF ( coupling_mode == 'uncoupled' )  THEN
    4949       IF ( abort_mode == 1 )  THEN
Note: See TracChangeset for help on using the changeset viewer.