From 00cc90b596608c63e0b706b485f30a4e2aae4b29 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Sat, 22 Mar 2014 13:38:00 +0000 Subject: [PATCH] Fix comment [[Imported from SVN: r9661]] --- harmonicmaps-eoc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harmonicmaps-eoc.cc b/harmonicmaps-eoc.cc index 5eff072d..9f3f3d44 100644 --- a/harmonicmaps-eoc.cc +++ b/harmonicmaps-eoc.cc @@ -130,7 +130,7 @@ void solve (const shared_ptr<GridType>& grid, constructBoundaryDofs(dirichletBoundary,feBasis,dirichletNodes); // ////////////////////////// - // Initial solution + // Initial iterate // ////////////////////////// x.resize(feBasis.size()); -- GitLab