Changeset 2180 in Sophya for trunk/SophyaPI/PIext/nobjmgr.cc
- Timestamp:
- Aug 13, 2002, 12:43:33 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nobjmgr.cc
r2132 r2180 823 823 void NamedObjMgr::ReadObj(PInPersist& s, int num) 824 824 { 825 int_4 i, cid, key, ln; // $CHECK$ int -> int_4 a cause de TagKey 825 int_4 i; // $CHECK$ int -> int_4 a cause de TagKey 826 #ifdef SANS_EVOLPLANCK 827 int_4 cid, key, ln; // $CHECK$ int -> int_4 a cause de TagKey 828 #endif 826 829 int n0, n1; 827 830 bool ok = true; … … 899 902 PPersist* obj=NULL; 900 903 901 PInPersist* ppin ;904 PInPersist* ppin=NULL; 902 905 #ifdef SANS_EVOLPLANCK 903 906 TRY{ … … 932 935 void NamedObjMgr::ReadFits(string const & flnm, string & nobj) 933 936 { 937 938 #ifdef SANS_EVOLPLANCK 934 939 bool ok = false; 935 936 #ifdef SANS_EVOLPLANCK937 940 RzImage* obj=NULL; 938 941 TRY{ … … 1018 1021 1019 1022 bool ok = true; 1020 POutPersist* pout ;1023 POutPersist* pout=NULL; 1021 1024 #ifdef SANS_EVOLPLANCK 1022 1025 TRY{ … … 1051 1054 bool ok = true; 1052 1055 1053 POutPersist* pout ;1056 POutPersist* pout=NULL; 1054 1057 #ifdef SANS_EVOLPLANCK 1055 1058 TRY{ … … 1317 1320 bool errx=false, erry=false, errz=false; 1318 1321 if(err.length()>0) { 1319 for(int i=0;i< err.length();i++)1322 for(int i=0;i<(int_4)err.length();i++) 1320 1323 if (err[i]=='x' || err[i]=='X') errx = true; 1321 1324 else if(err[i]=='y' || err[i]=='Y') erry = true; … … 1416 1419 string title = ny + " (Y) vs. " + nx + " (X)"; 1417 1420 // display 2D 1418 int wrsid =myImgApp->DispScDrawer(vxydrw, title, dopt);1421 myImgApp->DispScDrawer(vxydrw, title, dopt); 1419 1422 1420 1423 return;
Note:
See TracChangeset
for help on using the changeset viewer.