From ebedb9eecc7b42b466954152b584bf7f01719e45 Mon Sep 17 00:00:00 2001 From: jiri Date: Sun, 19 Aug 2007 21:41:50 +0000 Subject: [PATCH] *** empty log message *** --- diis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diis.h b/diis.h index 64ea398..3d65124 100644 --- a/diis.h +++ b/diis.h @@ -31,7 +31,7 @@ class DIIS T *stor; U *errstor; public: - DIIS() {dim=0; st=NULL; stor=NULL;}; //for array of diis + DIIS() {dim=0; st=NULL; stor=NULL; errst=NULL; errstor=NULL;}; //for array of diis DIIS(const int n, const bool core=1); void setup(const int n, const bool core=1); ~DIIS();