Changeset 1068 in Sophya
- Timestamp:
- Jul 13, 2000, 12:17:14 AM (25 years ago)
- Location:
- trunk/SophyaPI/PIext
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/basexecut.cc
r1067 r1068 764 764 kw = "saveobjs"; 765 765 usage = "Saves objects with names matching a pattern (x?y*) into a PPF file \n"; 766 usage += "Usage: save allnameobjpattern filename";766 usage += "Usage: saveobjs nameobjpattern filename"; 767 767 usage += "\n Related commands: saveall openppf savefits"; 768 768 mpiac->RegisterCommand(kw, usage, this, "FileIO"); -
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.