silence warning

This commit is contained in:
Axel Kohlmeyer
2021-10-07 15:29:46 -04:00
parent 3a3f07d91a
commit ef8aa4de90

View File

@ -767,7 +767,7 @@ void FixQEq::read_file(char *file)
for (int n=nlo; n <= nhi; ++n) zcore[n] = val; for (int n=nlo; n <= nhi; ++n) zcore[n] = val;
for (int n=nlo; n <= nhi; ++n) setflag[n] = 1; for (int n=nlo; n <= nhi; ++n) setflag[n] = 1;
} }
} catch (EOFException &e) { } catch (EOFException &) {
; // catch and ignore to exit loop ; // catch and ignore to exit loop
} catch (std::exception &e) { } catch (std::exception &e) {
error->one(FLERR,e.what()); error->one(FLERR,e.what());