silence warning
This commit is contained in:
@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user