ThomDietrich / multiUAV-simulation

Discrete event simulation framework aimed at UAV movement, energy management, and signal propagation
Other
37 stars 23 forks source link

removed prioritizeFastCharge type inconsistency #22

Closed micha-sommer closed 6 years ago

micha-sommer commented 6 years ago

prioritizeFastCharge was decladed int in *.ned file but always used as bool in C++ code. Therefore ned file has been adjusted to also represent prioritizeFastCharge as bool.

Please review @LudwigBr

LudwigSo commented 6 years ago

Looks good to me and increases the readability of the .ned file!