Ignore:
Timestamp:
Jun 9, 2016, 5:55:43 AM (9 years ago)
Author:
Frederik Heber <heber@…>
Children:
52ecd0
Parents:
6c0b3f
git-author:
Frederik Heber <heber@…> (05/26/16 15:36:26)
git-committer:
Frederik Heber <heber@…> (06/09/16 05:55:43)
Message:

Added padWithZerosForEvenNumberedSamples(), required by downsample().

  • added unit test function.
File:
1 edited

Legend:

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

    r6c0b3f r26f238  
    289289
    290290private:
     291  /** Extend the window such that the number of sample points stored is an
     292   * even number per axis. This is used by downsample()
     293   */
     294  void padWithZerosForEvenNumberedSamples();
     295
    291296  /** Sets the size of the domain.
    292297   *
Note: See TracChangeset for help on using the changeset viewer.