MoDeNa-EUProject / MoDeNa

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

Bug in automatic initialisation and fixed type change in twoTankExactTask. #129

Closed sigveka closed 7 years ago

sigveka commented 7 years ago
  1. Automatic initialisation Failed due to PyErr_Clear in modena_model_new.After checking for errors the error was cleared before determening the error type. Consequently the framework alwasys triggered error code 202: 'invalid parameters'.

  2. twoTankExactTask Wrong type, did not compile.