Changeset 19458 for trunk/FACT++
- Timestamp:
- 03/28/19 21:29:32 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fscctrl.cc
r19386 r19458 863 863 if (v1.size() != 31) 864 864 { 865 T::Error("Reading sensor positions from "+fname1+" failed ("+to_string(v1.size())+")");865 T::Error("Reading sensor positions from "+fname1+" failed ("+to_string(v1.size())+")"); 866 866 return 1; 867 867 } … … 871 871 if (v2.size() != 320) 872 872 { 873 T::Error("Reading bias patch positions from "+fname2+" failed ("+to_string(v2.size())+")");873 T::Error("Reading bias patch positions from "+fname2+" failed ("+to_string(v2.size())+")"); 874 874 return 1; 875 875 }
Note:
See TracChangeset
for help on using the changeset viewer.