mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: const-correctness on IOobject* access
- foamToEnsight, foamToEnsightParts, profiling
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user