From a65010d414664f220b8d01be30b394c6930bd779 Mon Sep 17 00:00:00 2001 From: Francois Gygi Date: Tue, 15 Feb 2011 21:36:36 +0000 Subject: [PATCH] fixed bug in empty_row_error git-svn-id: http://qboxcode.org/svn/qb/trunk@882 cba15fb0-1239-40c8-b417-11db7ca47a34 --- src/SlaterDet.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SlaterDet.C b/src/SlaterDet.C index fd03a92..929c938 100644 --- a/src/SlaterDet.C +++ b/src/SlaterDet.C @@ -1811,8 +1811,8 @@ double SlaterDet::empty_row_error(void) sum += norm(p[i]); } } - return sum; ctxt_.dsum(1,1,&sum,1); + return sum; } //////////////////////////////////////////////////////////////////////////////// double SlaterDet::g0_imag_error(void) -- libgit2 0.26.0