*** empty log message ***

This commit is contained in:
jiri 2007-08-19 21:41:50 +00:00
parent 43cc687518
commit ebedb9eecc
1 changed files with 1 additions and 1 deletions

2
diis.h
View File

@ -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();