-
Notifications
You must be signed in to change notification settings - Fork 52
Open
2 / 22 of 2 issues completedDescription
This ticket is to track bugs, inconsistencies, and critical functionality that should be added to the C API.
-
NinjaMakePointArmyrequires the DEM be passed in as a parameter. This is inconsistent withNinjaMakeDomainAverageArmyandNinjaMakeWeatherModelArmy. It looks like it's done this way because currentlymakePointArmyrequires the DEM as a parameter. We should look into changing this to make it consistent with the other army creation methods. It looks like some changes will be needed in pointInitialization to make this work. See for example https://github.com/firelab/windninja/blob/master/src/ninja/ninjaArmy.cpp#L124C23-L124C77
Reactions are currently unavailable