Ignore:
Timestamp:
May 18, 2016, 10:03:09 PM (9 years ago)
Author:
Frederik Heber <heber@…>
Children:
c805f7
Parents:
706d48
git-author:
Frederik Heber <heber@…> (03/10/16 14:52:28)
git-committer:
Frederik Heber <heber@…> (05/18/16 22:03:09)
Message:

Moved getNearestLowerGridPoint and ..Higher:: from SamplingGrid to SamplingGridProperties.

  • we only use functions from ..Properties anyway.
File:
1 edited

Legend:

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

    r706d48 rc9b843  
    362362  void setWindowSize(const double _begin_window[3], const double _end_window[3]);
    363363
    364   /** Helper function to get point at grid point for given \a axis and less than value.
    365    *
    366    * @param value value to find nearest grid point to
    367    * @param axis axis of the value
    368    * @return nearest lower grid point
    369    */
    370   double getNearestLowerGridPoint(
    371       const double value, const size_t axis) const;
    372 
    373   /** Helper function to get point at grid point for given \a axis and greater than value.
    374    *
    375    * @param value value to find nearest grid point to
    376    * @param axis axis of the value
    377    * @return nearest lower grid point
    378    */
    379   double getNearestHigherGridPoint(
    380       const double value, const size_t axis) const;
    381 
    382364public:
    383365  /// We do not store the whole grid if many entries are actually zero
Note: See TracChangeset for help on using the changeset viewer.