Skip to content
Snippets Groups Projects
Commit 44364402 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

silence compiler warnings

parent c4c90a96
No related branches found
No related tags found
No related merge requests found
......@@ -487,6 +487,8 @@ double FixHyperGlobal::query(int i)
if (i == 7) return compute_vector(5); // fraction with zero bias
error->all(FLERR,"Invalid query to fix hyper/global");
return 0.0;
}
/* ----------------------------------------------------------------------
......
......@@ -1417,6 +1417,8 @@ double FixHyperLocal::query(int i)
if (i == 23) return compute_vector(18); // count of non-matching bias coeffs
error->all(FLERR,"Invalid query to fix hyper/local");
return 0.0;
}
/* ----------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment