diff --git a/src/gpu/GridGenerator/VelocitySetter/VelocitySetter.cpp b/src/gpu/GridGenerator/VelocitySetter/VelocitySetter.cpp index 980475d8fc757252b98255e1d1bae0bf2bdd720c..85df8ecc8fbb97c53c3554399c2802867cf1b20b 100644 --- a/src/gpu/GridGenerator/VelocitySetter/VelocitySetter.cpp +++ b/src/gpu/GridGenerator/VelocitySetter/VelocitySetter.cpp @@ -366,7 +366,10 @@ void VTKReader::fillArrays(std::vector<real>& coordsY, std::vector<real>& coords } if(!foundAll) + { + VF_LOG_CRITICAL("Found no matching precursor neighbors for grid point at y={}, z={} \n", posY, posZ); throw std::runtime_error("VTKReader::fillArrays(): Did not find neighbors in the VelocityFileCollection for all points"); + } } if(perfect_match)