- Timestamp:
- Sep 10, 2016, 4:01:20 PM (9 years ago)
- Branches:
- SaturateAtoms_singleDegree
- Children:
- 19bfb5
- Parents:
- 64cafb2
- git-author:
- Frederik Heber <heber@…> (05/10/16 20:04:47)
- git-committer:
- Frederik Heber <heber@…> (09/10/16 16:01:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Exporters/SphericalPointDistribution_getPoints.cpp
r64cafb2 rcdac1d 42 42 43 43 template <> 44 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<0>() 44 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<0>() const 45 45 { 46 46 Polygon_t polygon; … … 51 51 52 52 template <> 53 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<1>() 53 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<1>() const 54 54 { 55 55 Polygon_t polygon; … … 61 61 62 62 template <> 63 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<2>() 63 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<2>() const 64 64 { 65 65 Polygon_t polygon; … … 72 72 73 73 template <> 74 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<3>() 74 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<3>() const 75 75 { 76 76 Polygon_t polygon; … … 84 84 85 85 template <> 86 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<4>() 86 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<4>() const 87 87 { 88 88 Polygon_t polygon; … … 97 97 98 98 template <> 99 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<5>() 99 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<5>() const 100 100 { 101 101 Polygon_t polygon; … … 111 111 112 112 template <> 113 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<6>() 113 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<6>() const 114 114 { 115 115 Polygon_t polygon; … … 126 126 127 127 template <> 128 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<7>() 128 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<7>() const 129 129 { 130 130 Polygon_t polygon; … … 142 142 143 143 template <> 144 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<8>() 144 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<8>() const 145 145 { 146 146 Polygon_t polygon; … … 159 159 160 160 template <> 161 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<9>() 161 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<9>() const 162 162 { 163 163 Polygon_t polygon; … … 177 177 178 178 template <> 179 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<10>() 179 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<10>() const 180 180 { 181 181 Polygon_t polygon; … … 197 197 198 198 template <> 199 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<11>() 199 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<11>() const 200 200 { 201 201 Polygon_t polygon; … … 223 223 224 224 template <> 225 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<12>() 225 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<12>() const 226 226 { 227 227 Polygon_t polygon; … … 245 245 246 246 template <> 247 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<14>() 247 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<14>() const 248 248 { 249 249 Polygon_t polygon;
Note:
See TracChangeset
for help on using the changeset viewer.