Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Modules
Visualization
Commits
a143601b
Commit
a143601b
authored
Jul 13, 2009
by
Andrew Heather
Browse files
cosmetics/coding style updates
parent
0277e554
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/paraview-plugins/PV3FoamReader/vtkPV3Foam/vtkPV3FoamMeshVolume.C
View file @
a143601b
...
...
@@ -359,4 +359,5 @@ vtkUnstructuredGrid* Foam::vtkPV3Foam::volumeVTKMesh
return
vtkmesh
;
}
// ************************************************************************* //
src/paraview-plugins/PV3FoamReader/vtkPV3Foam/vtkPV3FoamMeshZone.C
View file @
a143601b
...
...
@@ -38,7 +38,6 @@ Description
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
vtkPolyData
*
Foam
::
vtkPV3Foam
::
faceZoneVTKMesh
(
const
fvMesh
&
mesh
,
...
...
@@ -111,7 +110,6 @@ vtkPolyData* Foam::vtkPV3Foam::faceZoneVTKMesh
}
vtkPolyData
*
Foam
::
vtkPV3Foam
::
pointZoneVTKMesh
(
const
fvMesh
&
mesh
,
...
...
@@ -148,4 +146,5 @@ vtkPolyData* Foam::vtkPV3Foam::pointZoneVTKMesh
return
vtkmesh
;
}
// ************************************************************************* //
src/paraview-plugins/PV3FoamReader/vtkPV3Foam/vtkPV3FoamUpdateInfo.C
View file @
a143601b
...
...
@@ -519,6 +519,5 @@ void Foam::vtkPV3Foam::updateInfoLagrangianFields()
}
}
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
// ************************************************************************* //
src/paraview-plugins/PV3FoamReader/vtkPV3Foam/vtkPV3FoamUtilities.C
View file @
a143601b
...
...
@@ -338,4 +338,5 @@ void Foam::vtkPV3Foam::printMemory()
}
}
// ************************************************************************* //
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment