diff --git a/packages/piro/src/Piro_TransientSolver_Def.hpp b/packages/piro/src/Piro_TransientSolver_Def.hpp index 96d533c8210b..2e8cdcfda433 100644 --- a/packages/piro/src/Piro_TransientSolver_Def.hpp +++ b/packages/piro/src/Piro_TransientSolver_Def.hpp @@ -352,8 +352,8 @@ Piro::TransientSolver::evalConvergedModelResponsesAndSensitivities( if (x->space()->isCompatible(*gx_out->space())) { Thyra::copy(*modelInArgs.get_x(), gx_out.ptr()); } else { - *out_ << " WARNING: x and gx_out are not compatible (likely, because adaptation occurred).\n" - " If you need the solution, you will have to retrieve it in another way.\n"; + *out_ << " WARNING: x and gx_out are not compatible (likely, because mesh adaptation occurred).\n" + " If you need the solution, you will have to retrieve it another way.\n"; } }