Ignore:
Timestamp:
Mar 27, 2014 1:18:20 PM (11 years ago)
Author:
heinze
Message:

Bugfix: REAL constants provided with KIND-attribute especially in call of intrinsic function like MAX, MIN, SIGN

File:
1 edited

Legend:

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

    r1321 r1346  
    7171                 slicer_range_limits_dvrp(1,islice_dvrp) )
    7272
    73        scale = MODULO( 180.0 + 180.0 * scale, 360.0 )
     73       scale = MODULO( 180.0 + 180.0 * scale, 360.0_wp )
    7474
    7575       color = (/ scale, 0.5_wp, 1.0_wp, 0.0_wp /)
Note: See TracChangeset for help on using the changeset viewer.