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

    r808 r809  
    44! Current revisions:
    55! -----------------
    6 !
     6! Bugfix: replaced .AND. and .NOT. with && and ! in the preprocessor directives
    77!
    88! Former revisions:
     
    111111    PRIVATE
    112112
    113 #if .NOT. defined ( __check )
     113#if ! defined ( __check )
    114114    PUBLIC  poisfft, poisfft_init
    115115
     
    137137    END SUBROUTINE poisfft_init
    138138
    139 #if .NOT. defined ( __check )
     139#if ! defined ( __check )
    140140    SUBROUTINE poisfft( ar, work )
    141141
Note: See TracChangeset for help on using the changeset viewer.