- Timestamp:
- 01/28/16 12:21:37 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STSideBandSep.cpp
r3085 r3092 1434 1434 } else { 1435 1435 // Check for file type 1436 switch ( tolower(type[0])) {1436 switch (std::tolower(type[0])) { 1437 1437 case 'f': 1438 1438 return file.isRegular(True);
Note:
See TracChangeset
for help on using the changeset viewer.