Skip to content

Commit

Permalink
[tmp] Trigger espresso-ci bot
Browse files Browse the repository at this point in the history
This commit will be removed. It's only there to make sure the
GitHub scripts still work as intended.
  • Loading branch information
jngrad committed Mar 31, 2020
1 parent 5636ee0 commit 7a8bf0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/p3m.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import numpy as np
import espressomd

required_features = ["P3M", "WCA"]
required_features = ["P3M", "WCA"]
espressomd.assert_features(required_features)

from espressomd import electrostatics
Expand Down
2 changes: 1 addition & 1 deletion src/core/statistics.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ int get_n_part_conf();
double mindist(PartCfg &, IntList const &set1, IntList const &set2);

/** Find all particles within a given radius @p r_catch around a position.
* @param partCfg @copybrief PartCfg
* @param partCfg @copybrieef PartCfg
* @param pos position of sphere center
* @param r_catch the sphere radius
* @param planedims orientation of coordinate system
Expand Down

0 comments on commit 7a8bf0a

Please sign in to comment.