Changeset 534 in Sophya for trunk/Poubelle/archTOI.old/sstetoile.cc
- Timestamp:
- Nov 1, 1999, 10:59:29 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archTOI.old/sstetoile.cc
r394 r534 1 1 #include "sstetoile.h" 2 3 // D. Yvon, CE Saclay, DAPNIA/SPP, 08/99 2 4 3 5 void SSTEtoile::print(ofstream& str) { 4 6 str<<setprecision(11); 5 str<<InpCurrent<<'\t'<<TEchan<<'\t'<<NoDiode<<'\t'<<LargMiHauteur; 6 str<<'\t'<<InpCurrNoisRMS<<endl; 7 // <<'\t'<<X2Calc<<'\t'<<FitForme 7 str<<InpCurrent<<'\t'<<InpCurFin<<'\t'<<TEchan<<'\t'<<TFin<<'\t'<<NoDiode<<'\t'<<LargMiHauteur; 8 str<<'\t'<<InpCurrNoisRMS<<'\t'<<X2Calc<<'\t'<<FitForme<<endl; 8 9 return; 9 10 } 10 11 11 12 string SSTEtoile::printHeader() { 12 string a("InpCurrent\t TempsEchan\tNoDiode\tLarMiHauteur\tICurrRMS\tX2Calc\tFitForme");13 string a("InpCurrent\tInpCurFin\tTempsEchan\tTFin\tNoDiode\tLarMiHauteur\tICurrRMS\tX2Calc\tFitForme"); 13 14 return a; 14 15 }
Note:
See TracChangeset
for help on using the changeset viewer.