Commit 44364402 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

silence compiler warnings

parent c4c90a96
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
}

/* ----------------------------------------------------------------------
+2 −0
Original line number Diff line number Diff line
@@ -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;
}

/* ----------------------------------------------------------------------