Changeset 213f9d for src/Fragmentation/Automation/VMGFragmentController.hpp
- Timestamp:
- Oct 10, 2016, 12:34:08 PM (9 years ago)
- Branches:
- Fix_FitPartialCharges
- Children:
- fdc567
- Parents:
- 4d08b7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Automation/VMGFragmentController.hpp
r4d08b7 r213f9d 92 92 } 93 93 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 94 107 private: 95 108 //!> type-specific result container
Note:
See TracChangeset
for help on using the changeset viewer.
