Skip to content

fix bug in CoordinateSystem::GetNumberOfBlocks

Caitlin Ross requested to merge caitlin.ross/fides:coords-block-fix into master

GetNumberOfBlocks wasn't returning the correct value if the mesh is static. But it also needs to be called each time step, in case there the number of blocks changes each time step.

Merge request reports