Skip to content

Commit a0ccf48

Browse files
committed
Fixed weird error message when CSP library files do not exist
1 parent cb09a2b commit a0ccf48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fast++-gridder-ised.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ public :
9090
bool read(std::string filename, bool noflux = false) {
9191
std::string state;
9292
try {
93+
state = "open file";
9394
file_wrapper lib(filename);
9495

9596
// The file might have been written with a different endianess...

0 commit comments

Comments
 (0)