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/modules.f90

    r808 r809  
    44! Current revisions:
    55! -----------------
    6 !
     6! Bugfix: replaced .AND. and .NOT. with && and ! in the preprocessor directives
    77!
    88! Former revisions:
     
    12621262!------------------------------------------------------------------------------!
    12631263
    1264 #if defined( __parallel ) .AND. .NOT. defined ( __check )
     1264#if defined( __parallel ) && ! defined ( __check )
    12651265#if defined( __lc )
    12661266    USE MPI
     
    12941294    INTEGER ::  ibuf(12), pcoord(2), pdims(2)
    12951295
    1296 #if .NOT. defined ( __check )
     1296#if ! defined ( __check )
    12971297    INTEGER ::  status(MPI_STATUS_SIZE)
    12981298#endif
Note: See TracChangeset for help on using the changeset viewer.