- Timestamp:
- 01/24/05 18:10:18 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SDReader.cc
r284 r290 31 31 #include <casa/Exceptions.h> 32 32 #include <casa/OS/Path.h> 33 #include <casa/OS/File.h> 33 34 #include <atnf/PKSIO/PKSreader.h> 34 35 … … 88 89 Path path(inName); 89 90 inName = path.expandedName(); 91 // 92 File file(inName); 93 if (!file.exists()) { 94 throw(AipsError("File does not exist")); 95 } 90 96 filename_ = inName; 91 97 //
Note:
See TracChangeset
for help on using the changeset viewer.