Changeset 61c0b5


Ignore:
Timestamp:
Sep 7, 2013, 2:46:56 PM (12 years ago)
Author:
Frederik Heber <heber@…>
Children:
80ce459
Parents:
bc8c76
Message:

Positions are now always placed in MPQCData container, not only for DoLongrange.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/bin/mpqc/mpqc.cc

    rbc8c76 r61c0b5  
    16681668     }
    16691669     // we do sample the density only on request
    1670      if (data.DoLongrange) {
    16711670       {
    16721671         // fill positions and charges (NO LONGER converting from bohr radii to angstroem)
     
    16881687             << data.charges.size() << " charges." << std::endl;
    16891688       }
     1689       if (data.DoLongrange) {
    16901690       if (data.sampled_grid.level != 0)
    16911691       {
Note: See TracChangeset for help on using the changeset viewer.