Ignore:
Timestamp:
Oct 10, 2016, 12:34:08 PM (9 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Fix_FitPartialCharges
Children:
fdc567
Parents:
4d08b7
Message:

Extracted VMGFragmentController::getFullPositions().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Fragmentation/Automation/VMGFragmentController.hpp

    r4d08b7 r213f9d  
    9292  }
    9393
     94  /** Helper function to get at the whole set of nuclei positions.
     95   *
     96   * \param positions contains positions on return
     97   * \param charges contains charges on return
     98   * \param _UseImplicitCharges whether to use implicit charges or not
     99   * \param _DoValenceOnly whether just valency has been sampled
     100   */
     101  static void getFullPositions(
     102      std::vector< std::vector<double> > &positions,
     103      std::vector<double> &charges,
     104      const bool _UseImplicitCharges,
     105      const bool _DoValenceOnly);
     106
    94107private:
    95108  //!> type-specific result container
Note: See TracChangeset for help on using the changeset viewer.