Skip to content

Commit

Permalink
Remove inexistent constructor parameter
Browse files Browse the repository at this point in the history
The class ClusterStructure creates it own `_clusters` attribute
using class Clusters since e4febe7.
  • Loading branch information
jngrad committed Mar 6, 2020
1 parent ee79e56 commit 22646ed
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/python/espressomd/cluster_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,6 @@ class ClusterStructure(ScriptInterfaceHelper):
pair_criterion: classes derived from ``_PairCriterion``
Criterion to decide whether two particles are neighbors.
clusters: behaves like a read-only dictionary
Access to individual clusters in the cluster structure either via
``cluster[i]``, where ``i`` is a (non-consecutive) integer cluster id
or via iteration::
for pair in clusters:
where pair contains the numeric id and the corresponding cluster object.
"""
_so_name = "ClusterAnalysis::ClusterStructure"
_so_creation_policy = "LOCAL"
Expand Down

0 comments on commit 22646ed

Please sign in to comment.