Ignore:
Timestamp:
Nov 26, 2013, 5:36:11 PM (11 years ago)
Author:
touze
Message:

ajout de secteurs

File:
1 edited

Legend:

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

    r424 r436  
    4545{
    4646  ostringstream sortie;
    47   sortie<<" globals "<<endl;
    48   sortie<<frequency_<<" "<<integrationStep_<<" "<<nstepsMax_<<" "<<nsc_<<endl;
     47  sortie << " globals " << endl;
     48  sortie << frequency_ << " " << integrationStep_ << " " << nstepsMax_ << " " << nsc_ << endl;
    4949  return sortie.str(); 
    5050}
Note: See TracChangeset for help on using the changeset viewer.