Changeset 949 in Sophya for trunk/SophyaProg/PMixer/extractRS.cc


Ignore:
Timestamp:
Apr 16, 2000, 6:48:45 PM (25 years ago)
Author:
ansari
Message:

Compil sous Sun-g++ (mpa-Garching) - Reza 16/4/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/PMixer/extractRS.cc

    r929 r949  
    114114        if (printlev > 2)
    115115          {
    116             double min = 1000000000;
    117             double max = -10000000000;
     116            double min = 9.e99;
     117            double max = -9.e99;
    118118            for(int x=0;x<ings.NRows(); x++)
    119119              {
Note: See TracChangeset for help on using the changeset viewer.