Ignore:
Timestamp:
Oct 10, 2016, 1:14:41 PM (9 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Fix_FitPartialCharges
Children:
9c02a8
Parents:
489b9c
Message:

tempcommit: Merge with fdc56798f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Potentials/PartialNucleiChargeFitter.hpp

    r489b9c r9bb6e3  
    114114    *
    115115    * \param _charges solution vector x as type charges_t
     116    * \return false - if charges does not match in size with internal positions
    116117    */
    117    void setCharges(const charges_t &_charges) const;
     118   bool setCharges(const charges_t &_charges);
    118119
    119120   /** Calculates the residuum for the currently set charges.
     
    148149       const Vector &grid_position) const;
    149150
     151   /** Helper function to allocate memory for charges.
     152    *
     153    * \param _size size to allocate
     154    */
     155   void prepareCharges(const size_t _size);
     156
    150157private:
    151158   //!> grid dimensions per axis for internal use
Note: See TracChangeset for help on using the changeset viewer.