pele-python / mcpele

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

Mc compiler warnings due to int uint comparisons #14

Closed kjs73 closed 10 years ago

kjs73 commented 10 years ago

There was some conflict with the travis file, but that is solved and it is the same as in the master repository.

js850 commented 10 years ago

good changes, thanks for doing that. It's annoying that they can't convert 1 to an unsigned integer automatically when needed.

kjs73 commented 10 years ago

One second, there seems to be a problem with _monte_carlo_cpp.cxx (although this should not have been touched here...)

js850 commented 10 years ago

that is probably the think I broke. I hope it's fixed now.

kjs73 commented 10 years ago

Yes, works fine now!