Ignore:
Timestamp:
Sep 10, 2016, 4:01:20 PM (9 years ago)
Author:
Frederik Heber <heber@…>
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)
Message:

Extended SaturateAction to be able to deal with bonded atoms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Fragmentation/Exporters/SphericalPointDistribution_getPoints.cpp

    r64cafb2 rcdac1d  
    4242
    4343template <>
    44 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<0>()
     44SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<0>() const
    4545{
    4646  Polygon_t polygon;
     
    5151
    5252template <>
    53 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<1>()
     53SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<1>() const
    5454{
    5555  Polygon_t polygon;
     
    6161
    6262template <>
    63 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<2>()
     63SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<2>() const
    6464{
    6565  Polygon_t polygon;
     
    7272
    7373template <>
    74 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<3>()
     74SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<3>() const
    7575{
    7676  Polygon_t polygon;
     
    8484
    8585template <>
    86 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<4>()
     86SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<4>() const
    8787{
    8888  Polygon_t polygon;
     
    9797
    9898template <>
    99 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<5>()
     99SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<5>() const
    100100{
    101101  Polygon_t polygon;
     
    111111
    112112template <>
    113 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<6>()
     113SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<6>() const
    114114{
    115115  Polygon_t polygon;
     
    126126
    127127template <>
    128 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<7>()
     128SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<7>() const
    129129{
    130130  Polygon_t polygon;
     
    142142
    143143template <>
    144 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<8>()
     144SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<8>() const
    145145{
    146146  Polygon_t polygon;
     
    159159
    160160template <>
    161 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<9>()
     161SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<9>() const
    162162{
    163163  Polygon_t polygon;
     
    177177
    178178template <>
    179 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<10>()
     179SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<10>() const
    180180{
    181181  Polygon_t polygon;
     
    197197
    198198template <>
    199 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<11>()
     199SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<11>() const
    200200{
    201201  Polygon_t polygon;
     
    223223
    224224template <>
    225 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<12>()
     225SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<12>() const
    226226{
    227227  Polygon_t polygon;
     
    245245
    246246template <>
    247 SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<14>()
     247SphericalPointDistribution::Polygon_t SphericalPointDistribution::get<14>() const
    248248{
    249249  Polygon_t polygon;
Note: See TracChangeset for help on using the changeset viewer.