Skip to content

Potential Bug: automatic deletion of any block of ID 999

In InteractorsHelper.cpp (src/cpu/VirtualFluidsCore/Interactors/InteractorsHelper.cpp)

  • line 103 will add a value of 999 to the vector rids
  • line 104 will delete the block of ID=999
  • the 999 value is added fter calling line 147 of MPICommunicator.h (src/mpi/MPICommunicator.h)