nat=MEDCouplingNatureOfField::GetRepr(_nature);
stream << "Nature of field : " << nat << ".\n";
}
- catch(INTERP_KERNEL::Exception& e)
+ catch(INTERP_KERNEL::Exception& /*e*/)
{ }
const MEDCouplingFieldDiscretization *fd(_type);
if(!fd)
ms=getDifferentMeshes(refms);
ret << ms.size() << "\n";
}
- catch(INTERP_KERNEL::Exception& e)
+ catch(INTERP_KERNEL::Exception& /*e*/)
{ ret << "Current instance is INVALID !\n"; }
try
{
MEDCouplingDefinitionTime dt=getDefinitionTimeZone();
dt.appendRepr(ret);
}
- catch(INTERP_KERNEL::Exception& e)
+ catch(INTERP_KERNEL::Exception& /*e*/)
{ ret << "Definition zone is INVALID !\n"; }
return ret.str();
}
nat=MEDCouplingNatureOfField::GetRepr(_nature);
stream << "Nature of field template : " << nat << ".\n";
}
- catch(INTERP_KERNEL::Exception& e)
+ catch(INTERP_KERNEL::Exception& /*e*/)
{ }
const MEDCouplingFieldDiscretization *fd(_type);
if(!fd)
ms=getDifferentMeshes(refms);
ret << ms.size() << "\n";
}
- catch(INTERP_KERNEL::Exception& e)
+ catch(INTERP_KERNEL::Exception& /*e*/)
{ ret << "Current instance is INVALID !\n"; }
return ret.str();
}
INTERP_KERNEL::Interpolation<INTERP_KERNEL::Interpolation3D>::CheckAndSplitInterpolationMethod(method.c_str(),tmp1,tmp2);
return true;
}
- catch(INTERP_KERNEL::Exception& e)
+ catch(INTERP_KERNEL::Exception& /*e*/)
{
return false;
}
CheckInterpolationMethodManageableByNotOnlyInterpKernel(method);
return false;
}
- catch(INTERP_KERNEL::Exception& e)
+ catch(INTERP_KERNEL::Exception& /*e*/)
{
return true;
}