diff --git a/palace/drivers/electrostaticsolver.cpp b/palace/drivers/electrostaticsolver.cpp index f14baa5ed..935aad093 100644 --- a/palace/drivers/electrostaticsolver.cpp +++ b/palace/drivers/electrostaticsolver.cpp @@ -107,7 +107,7 @@ ElectrostaticSolver::Solve(const std::vector> &mesh) const void ElectrostaticSolver::Postprocess(const PostOperator &postop, int step, int idx, double E_elec, const ErrorIndicator *indicator) const { - // The internal GridFunctions for PostOperator have already been set from the A solution + // The internal GridFunctions for PostOperator have already been set from the V solution // in the main loop. PostprocessDomains(postop, "i", step, idx, E_elec, 0.0, 0.0, 0.0); PostprocessSurfaces(postop, "i", step, idx, E_elec, 0.0, 1.0, 0.0); diff --git a/palace/utils/error.hpp b/palace/utils/error.hpp new file mode 100644 index 000000000..e69de29bb