Ignore:
Timestamp:
Dec 17, 2018 11:04:17 AM (5 years ago)
Author:
knoop
Message:

Bugfix: changed ERROR STOP to STOP 1 as PGI currently can not handle it.

File:
1 edited

Legend:

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

    r3589 r3630  
    78607860       iend = get_n_comp( prtcl )
    78617861    ELSE
    7862        STOP 'bin_mixrat: Error in itype'
     7862       STOP 1 ! "INFO for Developer: please use the message routine to pass the output string" bin_mixrat: Error in itype
    78637863    ENDIF
    78647864
Note: See TracChangeset for help on using the changeset viewer.