Changeset 414 in Sophya for trunk/Poubelle/archTOI.old


Ignore:
Timestamp:
Sep 22, 1999, 4:44:18 PM (26 years ago)
Author:
ansari
Message:

nouvelles toi

Location:
trunk/Poubelle/archTOI.old
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Poubelle/archTOI.old/archeopsfile.cc

    r413 r414  
    10031003  // Les deux premieres valeurs sont codees directement...
    10041004  if (imesure<2) return 0;
    1005   int iExp = (imesure-2)/7;
     1005  int iExp = (imesure-2)/7 + 1;
    10061006  int expo = data[iExp] & 0xf;
    10071007  int noise = 1 << expo;
  • trunk/Poubelle/archTOI.old/toisvr.cc

    r410 r414  
    207207    useAuxGPS(gps);
    208208  } else if (key == "#INCLUDE") {
    209     readReq(ifstream(arg.c_str()));
     209    ifstream f(arg.c_str());
     210    readReq(f);
    210211  } else {
    211212    // cerr << "*Warning, unrecognized option " << line << endl;
Note: See TracChangeset for help on using the changeset viewer.