NetSMF icon indicating copy to clipboard operation
NetSMF copied to clipboard

missing ';' at src/redsvd/CMakeFiles/redsvd.dir/redsvdFile.cpp:84

Open HowardZorn opened this issue 1 year ago • 0 comments

There is an error indicating that a ';' is missing in https://github.com/xptree/NetSMF/blob/550da916b04b393de499e2ca5b13733d6a5e496d/src/redsvd/redsvd.hpp#L84

NetSMF/src/redsvd/redsvd.hpp:87:5: error: expected ‘;’ before ‘Util’
   87 |     Util::processGramSchmidt(Z);
      |     ^~~~
make[2]: *** [src/redsvd/CMakeFiles/redsvd.dir/build.make:76: src/redsvd/CMakeFiles/redsvd.dir/redsvdFile.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:141: src/redsvd/CMakeFiles/redsvd.dir/all] Error 2
make: *** [Makefile:136: all] Error 2

HowardZorn avatar Feb 27 '24 15:02 HowardZorn