- Timestamp:
- 06/12/12 10:44:29 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/hpc33/src/STLineFinder.cpp
r2345 r2562 1047 1047 // because all previous values may be corrupted by the 1048 1048 // presence of spectral lines 1049 1050 AipsError spuriousError("spurious") ; 1051 1049 1052 while (true) { 1050 1053 // a buffer for new lines found at this iteration … … 1059 1062 first_pass=False; 1060 1063 if (!new_lines.size()) 1061 throw AipsError("spurious"); // nothing new - use the same 1062 // code as for a real exception 1064 // throw AipsError("spurious"); // nothing new - use the same 1065 // // code as for a real exception 1066 throw spuriousError; // nothing new - use the same 1067 // code as for a real exception 1063 1068 } 1064 1069 catch(const AipsError &ae) {
Note:
See TracChangeset
for help on using the changeset viewer.