Fix regression test sphere_in_channel after merge306
merge !306 (merged) created the a critical error in the regression test:
[2023-11-21 12:57:27.000] [critical] exception: caller[0]
- file: /builds/irmb/VirtualFluids_dev/src/parallel/Communicator.cpp
- line: 45
- function: static std::shared_ptr<vf::parallel::Communicator> vf::parallel::Communicator::getInstance()
- what: Communicator isn't initialized correctly! You can not create a new instance of abstract Communicator class
-
Moving the creation of the communicator fixes the problem
related to #141 (closed)
Edited by Anna Wellmann