From 2663701b3146e3d3272a5508b8b42313ba9be02d Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Thu, 4 Jan 2007 14:36:11 +0000 Subject: [PATCH] bugfix [[Imported from SVN: r1115]] --- src/rodsolver.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rodsolver.hh b/src/rodsolver.hh index df75c6bf..006504b4 100644 --- a/src/rodsolver.hh +++ b/src/rodsolver.hh @@ -29,7 +29,7 @@ class RodSolver public: RodSolver() - : hessianMatrix_(NULL) + : hessianMatrix_(NULL), h1SemiNorm_(NULL) {} void setup(const GridType& grid, -- GitLab