mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 00:14:37 +01:00
warning fixed
This commit is contained in:
Binary file not shown.
@@ -130,9 +130,9 @@ class fileIOStatic {
|
||||
} \
|
||||
/*else cout << "******************************** cannot parse file index" << endl; \*/
|
||||
uscore=s.rfind("_"); \
|
||||
if (sscanf( s.substr(uscore+1,s.size()-uscore-1).c_str(),"f%d",&i)) \
|
||||
if (sscanf( s.substr(uscore+1,s.size()-uscore-1).c_str(),"f%d",&i)){ \
|
||||
if(i==-1)return 0; \
|
||||
else return i; \
|
||||
else return i; } \
|
||||
/*cout << "******************************** cannot parse frame index" << endl; \*/
|
||||
return 0; \
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user