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
9e757340
Commit
9e757340
authored
Mar 30, 2010
by
mattijs
Browse files
STYLE: Remove unused debug code
parent
1ed50273
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/paraview-plugins/PV3Readers/PV3blockMeshReader/vtkPV3blockMesh/vtkPV3blockMeshConvert.C
View file @
9e757340
...
...
@@ -165,11 +165,6 @@ void Foam::vtkPV3blockMesh::convertMeshEdges
continue
;
}
OStringStream
ostr
;
ostr
<<
edges
[
edgeI
].
start
()
<<
":"
<<
edges
[
edgeI
].
end
()
<<
" - "
<<
edges
[
edgeI
].
type
();
// search each block
forAll
(
blkMesh
,
blockI
)
{
...
...
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