Hello,all
When I simulate rayleighTaylor3d, the system reports the following errors. How can I solve them?
rayleighTaylor3d.cpp: In function ‘void getResults(olb::SuperLattice3D<double, olb::descriptors::D3Q19<olb::descriptors::VELOCITY, olb::descriptors::FORCE, olb::descriptors::EXTERNAL_FORCE, olb::descriptors::OMEGA> >&, olb::SuperLattice3D<double, olb::descriptors::D3Q19<olb::descriptors::VELOCITY, olb::descriptors::FORCE, olb::descriptors::EXTERNAL_FORCE, olb::descriptors::OMEGA> >&, int, olb::SuperGeometry3D<double>&, olb::util::Timer<double>&)’:
rayleighTaylor3d.cpp:221:62: error: call of overloaded ‘BlockReduction3D2D(olb::SuperLatticeDensity3D<double, olb::descriptors::D3Q19<olb::descriptors::VELOCITY, olb::descriptors::FORCE, olb::descriptors::EXTERNAL_FORCE, olb::descriptors::OMEGA> >&, <brace-enclosed initializer list>)’ is ambiguous
BlockReduction3D2D<T> planeReduction( density, {0, 0, 1} );
Thanks