Skip to content
Snippets Groups Projects
Commit ee55278c authored by Berk Geveci's avatar Berk Geveci
Browse files

COMP: Fixed compiler error - needed to remove functions from .h.

Change-Id: Ia8fb1aeddb10ddf4106549d5f01fbdd79eecf764
parent 790115cf
No related branches found
No related tags found
No related merge requests found
......@@ -554,22 +554,6 @@ public:
int *GetMapToOriginalNodeVariableNames() const {
return this->MapToOriginalNodeVariableNames;}
// Description:
// Given the name of an element variable the vtkUnstructuredGrid
// described by this ModelMetadata, and a component number, give
// the name of the scalar array in the original
// file that turned into that component when the file was
// read into VTK.
char *FindOriginalElementVariableName(const char *name, int component);
// Description:
// Given the name of an node variable the vtkUnstructuredGrid
// described by this ModelMetadata, and a component number, give
// the name of the scalar array in the original
// file that turned into that component when the file was
// read into VTK.
char *FindOriginalNodeVariableName(const char *name, int component);
// Description:
// In order to write Exodus files from vtkUnstructuredGrid
// objects that were read from Exodus files, we need to know
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment