Changeset a3d08c for src/Fragmentation/Automation/VMGFragmentController.hpp
- Timestamp:
- Mar 24, 2017, 10:12:22 AM (9 years ago)
- Branches:
- FitPartialCharges_GlobalError
- Children:
- e6a2ef
- Parents:
- 2f9faf
- git-author:
- Frederik Heber <heber@…> (10/10/16 12:34:08)
- git-committer:
- Frederik Heber <heber@…> (03/24/17 10:12:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Automation/VMGFragmentController.hpp
r2f9faf ra3d08c 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.
