Ignore:
Timestamp:
Feb 20, 2011 6:29:10 PM (13 years ago)
Author:
gryschka
Message:

Bugifx for some logical expressions (syntax was not compatible with all compilers)

File:
1 edited

Legend:

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

    r687 r688  
    55! -----------------
    66!
     7! Bugfix for some logical expressions
     8! (syntax was not compatible with all compilers)
    79!
    810! Former revisions:
    911! -----------------
    1012!
    11 ! 686 2011-02-20 13:45:08Z gryschka $
    12 ! bugfix: Replaced "==" by ".EQ." in case of logical expression
     13! $id:
    1314!
    1415! 680 2011-02-04 23:16:06Z gryschka $
     
    571572   
    572573    IF( momentum_advec == 'ws-scheme' .AND. &
    573         call_psolver_at_all_substeps .EQ. .FALSE. ) THEN
     574        .NOT. call_psolver_at_all_substeps ) THEN
    574575        message_string = 'psolver must be called at each RK3 substep when "'//&
    575576                      TRIM(momentum_advec) // ' "is used for momentum_advec'
Note: See TracChangeset for help on using the changeset viewer.