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
VTK
VTK
Commits
c41d9292
Commit
c41d9292
authored
Aug 10, 2004
by
Ken Martin
Browse files
removed extra UpdateInformation call
parent
a42fbd12
Changes
1
Hide whitespace changes
Inline
Side-by-side
IO/vtkDEMReader.cxx
View file @
c41d9292
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
#include
"vtkDEMReader.h"
#include
"vtkDEMReader.h"
#include
"vtkObjectFactory.h"
#include
"vtkObjectFactory.h"
vtkCxxRevisionMacro
(
vtkDEMReader
,
"1.3
3
"
);
vtkCxxRevisionMacro
(
vtkDEMReader
,
"1.3
4
"
);
vtkStandardNewMacro
(
vtkDEMReader
);
vtkStandardNewMacro
(
vtkDEMReader
);
#define VTK_SW 0
#define VTK_SW 0
...
@@ -356,8 +356,6 @@ int vtkDEMReader::ReadProfiles (vtkImageData *data)
...
@@ -356,8 +356,6 @@ int vtkDEMReader::ReadProfiles (vtkImageData *data)
return
-
1
;
return
-
1
;
}
}
this
->
UpdateInformation
();
if
((
fp
=
fopen
(
this
->
FileName
,
"rb"
))
==
NULL
)
if
((
fp
=
fopen
(
this
->
FileName
,
"rb"
))
==
NULL
)
{
{
vtkErrorMacro
(
<<
"File "
<<
this
->
FileName
<<
" not found"
);
vtkErrorMacro
(
<<
"File "
<<
this
->
FileName
<<
" not found"
);
...
...
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