tornavis/intern/mantaflow/extern
Sebastián Barschkis 6bca9d8c11 Cleanup: Fluid engine API return types
Use bool return type where possible instead of int (the return values from fluid object are already boolean instead of int).

Also removed several if guards in API functions. If one of the arguments is in fact invalid / nullptr (should not happen though), it better to catch them directly where they failed and not silently escape them.
2020-11-06 14:35:40 +01:00
..
manta_fluid_API.h Cleanup: Fluid engine API return types 2020-11-06 14:35:40 +01:00
manta_python_API.h