Skip to content

Commit

Permalink
removed from default list
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsean committed Oct 11, 2017
1 parent a63a664 commit cc7dc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/espressomd/system.pyx
Expand Up @@ -50,7 +50,7 @@ import sys
import random # for true random numbers from os.urandom()

setable_properties = ["box_l", "min_global_cut", "periodicity", "time",
"time_step", "timings", "lees_edwards_offset"]
"time_step", "timings"]
IF LEES_EDWARDS == 1:
setable_properties.append("lees_edwards_offset")

Expand Down

0 comments on commit cc7dc11

Please sign in to comment.