Changeset cd2e34 for src


Ignore:
Timestamp:
Aug 31, 2012, 2:22:50 PM (13 years ago)
Author:
Frederik Heber <heber@…>
Children:
debc65
Parents:
fd6273
Message:

FIX: Grid must not be sampled on empty MPQCData, i.e. when working on a file.

  • as then level is 0 and we try to divide through volume_element of 0.
File:
1 edited

Legend:

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

    rfd6273 rcd2e34  
    16611661           << data.charges.size() << " charges." << std::endl;
    16621662     }
     1663     if (data.sampled_grid.level != 0)
    16631664     {
    16641665       // we now need to sample the density on the grid
Note: See TracChangeset for help on using the changeset viewer.