LeMonADE-project / LeMonADE

Library for Monte Carlo Simulation applying the Bond Fluctuation Model
Other
3 stars 11 forks source link

Develop: Fixed Compiler warnings #12

Closed hrabbel closed 8 years ago

hrabbel commented 8 years ago

Fixed all compiler warnings being shown when compiling libLeMonADE-static, SimpleSimulator and Examples with flag -Wall. Most Warnings were due to signed-unsigned comparison and wrong order in the initialization lists of constructors. Tests should be ok, at least they were on my machine.

MartinWenge commented 8 years ago

Changes accepted :)