Ignore:
Timestamp:
Mar 24, 2017, 10:12:22 AM (9 years ago)
Author:
Frederik Heber <heber@…>
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)
Message:

Extracted VMGFragmentController::getFullPositions().

File:
1 edited

Legend:

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

    r2f9faf ra3d08c  
    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.