mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
Merge branch 'master' of gitorious.psi.ch:sls_det_software/sls_detector_software
This commit is contained in:
commit
bd3466b04f
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; \
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user