Ignore:
Timestamp:
Sep 10, 2016, 4:14:02 PM (9 years ago)
Author:
Frederik Heber <heber@…>
Branches:
SaturateAtoms_singleDegree
Children:
9ec12c
Parents:
bcf13b
git-author:
Frederik Heber <heber@…> (05/10/16 21:45:49)
git-committer:
Frederik Heber <heber@…> (09/10/16 16:14:02)
Message:

Revert "Removing SphericalPointDistribution::getSimplePolygon() to allow for easy rebasing of very old branch on top."

This reverts commit c8fd68b29755db45c6c61c8b73eba4c88480c5bf.

Conflicts:

src/Fragmentation/Exporters/SphericalPointDistribution.cpp

  • needed to reattach SphericalPointDistribution::getSimplifiedPolygon() that was removed in order to ease rebasing a very old branch on top.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Fragmentation/Exporters/SphericalPointDistribution.hpp

    rbcf13b r899cc9  
    5555    ASSERT(0, "SphericalPointDistribution::get() - not specialized for "+toString(N)+".");
    5656  }
     57
     58  /** Initializes the polygon with the given \a _NumberOfPoints.
     59   *
     60   * \param _NumberOfPoints number of points
     61   */
     62  Polygon_t getSimplePolygon(const int _NumberOfPoints) const;
    5763
    5864  /** Matches a given spherical distribution with another containing more
Note: See TracChangeset for help on using the changeset viewer.