nalu-wind icon indicating copy to clipboard operation
nalu-wind copied to clipboard

Spurious print statements introduced in #935

Open marchdf opened this issue 2 years ago • 1 comments

#935 introduced a couple spurious print statements:

src/GammaEquationSystem.C:249:          NaluEnv::self().naluOutputP0() << "call BLTGammaM2015NodeKernel: " <<std::endl;
src/SpecificDissipationRateEquationSystem.C:264:          NaluEnv::self().naluOutputP0() << "call SDRSSTNodeKernel: " <<std::endl;
src/SpecificDissipationRateEquationSystem.C:268:          NaluEnv::self().naluOutputP0() << "call SDRSSTBLTM2015NodeKernel: " <<std::endl;
src/SpecificDissipationRateEquationSystem.C:286:          NaluEnv::self().naluOutputP0() << "call SDRSSTNodeKernel2: " <<std::endl;
src/TurbKineticEnergyEquationSystem.C:302:            NaluEnv::self().naluOutputP0() << "  call TKESSTNodeKernel  " << std::endl;
src/TurbKineticEnergyEquationSystem.C:306:            NaluEnv::self().naluOutputP0() << "  call TKESSTBLTM2015NodeKernel  " << std::endl;

Could those please be removed?

marchdf avatar Mar 08 '22 21:03 marchdf

I have removed those print statements. They will be included in my next MR, which will be submitted shortly.

wilsonrvornlgov avatar Mar 09 '22 19:03 wilsonrvornlgov

I'm going to close for now. These commits were reverted. We need to add them back in soon and we can deal with it at that time.

psakievich avatar Oct 20 '22 16:10 psakievich