MoDeNa-EUProject / MoDeNa

Software Framework for MOdelling of morphology DEvelopment of micro- and NAnostructures (MoDeNa)
17 stars 19 forks source link

CMake bump, type conversion error and example fixes. #133

Closed sigveka closed 6 years ago

sigveka commented 6 years ago

Bumping CMake version to 3.0, which has several convenience improvements over 2.8, as well as enforcing out-of-source build. Fixed type conversion error in the C++ wrapper, input/output/parameter names are now of type "const char", not "char". Edited examples to comply with the changes.