Ignore:
Timestamp:
Mar 12, 2013, 3:16:20 PM (12 years ago)
Author:
lemeur
Message:

mise a jour compatibilites snapshot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/sources/controler/src/elementDrift.cc

    r359 r387  
    6565{
    6666  ostringstream sortie;
    67   sortie << "DRIFT /l=" << lenghtElem_ << "  /aper=" << aperture_ << "  /iout=1";
     67  sortie << "DRIFT /l=" << lenghtElem_ << "  /aper=" << aperture_ << "  /iout=1" << endl;
    6868  return sortie.str();
    6969}
     
    7474    ostringstream sortie;
    7575    // longueur en m
    76     sortie << label_ << ":" << "  DRIFT, L=" << 0.01*lenghtElem_ << ";";
     76    sortie << label_ << ":" << "  DRIFT, L=" << 0.01*lenghtElem_ << ";" << endl;
    7777    return sortie.str();
    7878  }
Note: See TracChangeset for help on using the changeset viewer.