Skip to content

Commit a41ebd0

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fast++-gridder.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ public :
258258
bool read(std::string filename) {
259259
std::string state;
260260
try {
261+
state = "open file";
261262
file_wrapper lib(filename);
262263

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

0 commit comments

Comments
 (0)