- Timestamp:
- Jun 8, 2016, 6:12:12 PM (9 years ago)
- Children:
- e480fc
- Parents:
- c9b843
- git-author:
- Frederik Heber <heber@…> (05/26/16 09:51:07)
- git-committer:
- Frederik Heber <heber@…> (06/08/16 18:12:12)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Summation/SetValues/SamplingGridProperties_inline.hpp
rc9b843 rc805f7 24 24 { 25 25 double volume = 1.; 26 for (size_t i=0;i< 3;++i)26 for (size_t i=0;i<NDIM;++i) 27 27 volume *= end[i]-begin[i]; 28 28 return volume; … … 34 34 const size_t SamplingGridProperties::getTotalGridPoints() const 35 35 { 36 return pow(getGridPointsPerAxis(), 3);36 return pow(getGridPointsPerAxis(),(int)NDIM); 37 37 } 38 38
Note:
See TracChangeset
for help on using the changeset viewer.
