STYLE: const-correctness on IOobject* access

- foamToEnsight, foamToEnsightParts, profiling
This commit is contained in:
Mark Olesen
2018-11-28 08:00:53 +01:00
parent 29e1d9e982
commit 7477459186
5 changed files with 5 additions and 5 deletions

View File

@ -61,7 +61,7 @@ tmp<GeoField> getField(const IOobject* io, const fvMeshSubsetProxy& proxy)
//- Get internal field and make it a zero-gradient volume field with subsetting
template<class GeoField>
tmp<GeoField>
getZeroGradField(IOobject* io, const fvMeshSubsetProxy& proxy)
getZeroGradField(const IOobject* io, const fvMeshSubsetProxy& proxy)
{
if (io)
{