Skip to content

Commit

Permalink
observables: correct doxygen doc for PersitenceAngles.
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSzuttor committed Aug 16, 2019
1 parent 7910cdf commit b845c53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/observables/PersistenceAngles.hpp
Expand Up @@ -27,9 +27,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

namespace Observables {

/** Calculate bond angles between in a polymer.
* For @f$ n @f$ bonded particles, return the @f$ n-2 @f$ angles along the
* chain that are seperated by 1 bond, 2 bonds, ..., in radians.
/** Calculate bond angles in a polymer.
* The \a ith entry in the result vector corresponds to the
* averaged angle between bonds that are \a i bonds apart.
*/
class PersistenceAngles : public PidObservable {
public:
Expand Down

0 comments on commit b845c53

Please sign in to comment.