pele-python / mcpele

Monte Carlo and parallel tempering routines built on the pele foundation
Other
20 stars 5 forks source link

change Action, ConfTest etc, to make mc mandatory #16

Closed js850 closed 10 years ago

js850 commented 10 years ago

this replaces

(..., MC * mc=NULL)

with

(..., MC * mc)

because I think the former is dangerous. see #10

kjs73 commented 10 years ago

This looks good to me and the justification in #10 makes sense.