Ignore:
Timestamp:
Oct 17, 2008, 1:22:38 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
f5d7e1
Parents:
f89a9e
Message:

Analyzer now writes usable plot and data files for shielding comparison (both relative (Delta...) and absolute).

We were able to use the ForceMatrix functions in a very straight-forward and simple manner (excellent programming if I may so :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/datacreator.cpp

    rf89a9e rfa2d7d  
    204204    Fragments.SumSubForces(Fragments, KeySet, BondOrder, -1.);
    205205    // errors per atom
    206     output << "#Order\t" << BondOrder+1 << endl;
     206    output << endl << "#Order\t" << BondOrder+1 << endl;
    207207    for(int j=0;j<Fragments.RowCounter[ Fragments.MatrixCounter ];j++) {
    208208      output << Fragments.Indices[Fragments.MatrixCounter][j] << "\t";
Note: See TracChangeset for help on using the changeset viewer.