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

mise a jour compatibilites snapshot

File:
1 edited

Legend:

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

    r359 r387  
    7474    ostringstream sortie;
    7575    // on passe l'induction magnetique en Gauss
    76     sortie << "SOLENOID /l=" << lenghtElem_ << "  /aper=" << aperture_ << "  /iout=1 /h=" << 1000.*B0_;
     76    sortie << "SOLENOID /l=" << lenghtElem_ << "  /aper=" << aperture_ << "  /iout=1 /h=" << 1000.*B0_  << endl;
    7777    return sortie.str();
    7878  }
     
    8484    sortie << label_ << ":" << "  SOLENOID, L=" << 0.01*lenghtElem_ << ", B=" << B0_ << ";" << endl;
    8585    if ( varyB0_ ) {
    86       sortie <<  "  VARY, " << label_+"[B]"  << ";";
     86      sortie <<  "  VARY, " << label_+"[B]"  << ";" << endl;
    8787    }
    8888    return sortie.str();
Note: See TracChangeset for help on using the changeset viewer.