Ignore:
Timestamp:
Oct 18, 2008, 3:05:54 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
94ca12
Parents:
d87482
Message:

ColumnCounter -> *ColumnCounter

columns of the MatrixContainer class may now be variable over each matrix. This was changed globally to allow for varying column numbers of the new class HessianMatrix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/joiner.cpp

    rd87482 rb4c71a  
    8080
    8181  // ---------- Parse the TE Factors into an array -----------------
    82   if (!Energy.ParseIndices()) return 1;
    83   if (Hcorrected) Hcorrection.ParseIndices();
     82  if (!Energy.InitialiseIndices()) return 1;
     83  if (Hcorrected) Hcorrection.InitialiseIndices();
    8484 
    8585  // ---------- Parse the Force indices into an array ---------------
     
    8787
    8888  // ---------- Parse the Hessian (=force) indices into an array ---------------
    89   if (!Hessian.ParseIndices(argv[1])) return 1;
     89  if (!Hessian.InitialiseIndices((class MatrixContainer *)&Force)) return 1;
    9090
    9191  // ---------- Parse the shielding indices into an array ---------------
Note: See TracChangeset for help on using the changeset viewer.