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
7c4749b8
Commit
7c4749b8
authored
Apr 12, 2010
by
Mark Olesen
Browse files
STYLE: follow coding guide recommendation for '//- Destructor'
parent
9e757340
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/paraview-plugins/PV3Readers/PV3FoamReader/PV3FoamReader/vtkPV3FoamReader.h
View file @
7c4749b8
...
...
@@ -187,7 +187,6 @@ protected:
);
//- Get the mesh/fields for a particular time
//- Destructor
virtual
int
RequestData
(
vtkInformation
*
,
...
...
src/paraview-plugins/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.H
View file @
7c4749b8
...
...
@@ -693,8 +693,7 @@ public:
//- Destructor
~
vtkPV3Foam
();
~
vtkPV3Foam
();
// Member Functions
...
...
src/paraview-plugins/PV3Readers/PV3blockMeshReader/vtkPV3blockMesh/vtkPV3blockMesh.H
View file @
7c4749b8
...
...
@@ -312,8 +312,7 @@ public:
//- Destructor
~
vtkPV3blockMesh
();
~
vtkPV3blockMesh
();
// Member Functions
...
...
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