Changeset 1068 in Sophya for trunk/SophyaPI/PIext/nomgfdadapter.cc
- Timestamp:
- Jul 13, 2000, 12:17:14 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomgfdadapter.cc
r463 r1068 42 42 { 43 43 #ifdef SANS_EVOLPLANCK 44 // PEIDA-EROS L'histo est lui-meme PPersist45 44 string tag = nom; // A cause de const 46 45 mG->Write(pos,0,tag); 47 46 #else 48 string s = typeid(*mObj).name();49 cout<<"NOMAdapter_GeneralFitData::SavePPF() - Error : Not supported for "<<s<<endl;47 ObjFileIO<GeneralFitData> fio(mG); 48 fio.Write(pos, nom); 50 49 #endif 51 50 }
Note:
See TracChangeset
for help on using the changeset viewer.