Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ben Boeckel
Xdmf
Commits
3b30c806
Commit
3b30c806
authored
Apr 08, 2008
by
Berk Geveci
Browse files
STYLE: Testing commit
parent
305f17b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
vtk/vtkXdmfWriter.cxx
View file @
3b30c806
...
...
@@ -110,7 +110,7 @@ struct vtkXdmfWriterInternal
//----------------------------------------------------------------------------
vtkStandardNewMacro
(
vtkXdmfWriter
);
vtkCxxRevisionMacro
(
vtkXdmfWriter
,
"1.
3
"
);
vtkCxxRevisionMacro
(
vtkXdmfWriter
,
"1.
4
"
);
//----------------------------------------------------------------------------
vtkXdmfWriter
::
vtkXdmfWriter
()
...
...
@@ -1428,7 +1428,8 @@ void vtkXdmfWriter::Indent(ostream& os)
}
//----------------------------------------------------------------------------
const
char
*
vtkXdmfWriter
::
GenerateHDF5ArrayName
(
const
char
*
gridName
,
const
char
*
array
)
const
char
*
vtkXdmfWriter
::
GenerateHDF5ArrayName
(
const
char
*
gridName
,
const
char
*
array
)
{
if
(
!
this
->
HeavyDataSetNameString
)
{
...
...
Write
Preview
Supports
Markdown
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