Changeset e51f2c


Ignore:
Timestamp:
Sep 14, 2016, 6:42:52 PM (8 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Action_Thermostats, Add_AtomRandomPerturbation, Add_FitFragmentPartialChargesAction, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_StructOpt_integration_tests, Automaking_mpqc_open, AutomationFragmentation_failures, Candidate_v1.5.4, Candidate_v1.6.0, Candidate_v1.6.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, Combining_Subpackages, Debian_Package_split, Debian_package_split_molecuildergui_only, Disabling_MemDebug, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph, EmpiricalPotential_contain_HomologyGraph_documentation, Enable_parallel_make_install, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, FitPartialCharges_GlobalError, Fix_ChargeSampling_PBC, Fix_ChronosMutex, Fix_FitPartialCharges, Fix_FitPotential_needs_atomicnumbers, Fix_ForceAnnealing, Fix_IndependentFragmentGrids, Fix_ParseParticles, Fix_ParseParticles_split_forward_backward_Actions, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, ForceAnnealing_goodresults, ForceAnnealing_oldresults, ForceAnnealing_tocheck, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, GeometryObjects, Gui_displays_atomic_force_velocity, IndependentFragmentGrids, IndependentFragmentGrids_IndividualZeroInstances, IndependentFragmentGrids_IntegrationTest, IndependentFragmentGrids_Sole_NN_Calculation, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, JobMarket_unresolvable_hostname_fix, ODR_violation_mpqc_open, PartialCharges_OrthogonalSummation, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, RotateToPrincipalAxisSystem_UndoRedo, StoppableMakroAction, Subpackage_CodePatterns, Subpackage_JobMarket, Subpackage_LinearAlgebra, Subpackage_levmar, Subpackage_mpqc_open, Subpackage_vmg, ThirdParty_MPQC_rebuilt_buildsystem, TrajectoryDependenant_MaxOrder, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, Ubuntu_1604_changes, stable
Children:
978234
Parents:
5b1e5e
git-author:
Frederik Heber <heber@…> (05/27/16 18:07:36)
git-committer:
Frederik Heber <heber@…> (09/14/16 18:42:52)
Message:

Renamed SamplingGrid::getDiscreteWindowIndices() -> ::..WindowCopyIndies().

Location:
src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • src/Fragmentation/Summation/SetValues/SamplingGrid.cpp

    r5b1e5e re51f2c  
    426426}
    427427
    428 void SamplingGrid::getDiscreteWindowIndices(
     428void SamplingGrid::getDiscreteWindowCopyIndices(
    429429    const double *larger_wbegin,
    430430    const double *larger_wend,
     
    459459    // total is used as safe-guard against loss due to discrete conversion
    460460    ASSERT( pre_offset[index]+post_offset[index]+length[index] == total[index],
    461         "SamplingGrid::getDiscreteWindowIndices() - pre, post, and length don't sum up to total for "
     461        "SamplingGrid::getDiscreteWindowCopyIndices() - pre, post, and length don't sum up to total for "
    462462        +toString(index)+"th component.");
    463463  }
     
    489489  size_t length[NDIM];
    490490  size_t total[NDIM];
    491   getDiscreteWindowIndices(
     491  getDiscreteWindowCopyIndices(
    492492      larger_wbegin, larger_wend,
    493493      smaller_wbegin, smaller_wend,
  • src/Fragmentation/Summation/SetValues/SamplingGrid.hpp

    r5b1e5e re51f2c  
    227227   * \param total total number of points for checking, should be sum of other three
    228228   */
    229   void getDiscreteWindowIndices(
     229  void getDiscreteWindowCopyIndices(
    230230      const double *larger_wbegin,
    231231      const double *larger_wend,
  • src/Potentials/PartialNucleiChargeFitter.cpp

    r5b1e5e re51f2c  
    8686  size_t length[3];
    8787  size_t total[3];
    88   grid.getDiscreteWindowIndices(
     88  grid.getDiscreteWindowCopyIndices(
    8989      grid.begin, grid.end,
    9090      grid.begin_window, grid.end_window,
Note: See TracChangeset for help on using the changeset viewer.