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
76b181ba
Commit
76b181ba
authored
Feb 28, 1994
by
Will Schroeder
Browse files
*** empty log message ***
parent
a93aa26e
Changes
1
Show whitespace changes
Inline
Side-by-side
src/IntArray.cc
View file @
76b181ba
...
...
@@ -19,10 +19,6 @@ Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen 1993, 1994
//
#include
"IntArray.hh"
//
// External integer array provided; responsibility of user
// to manage memory
//
vlIntArray
::
Initialize
(
const
int
sz
,
const
int
ext
)
{
if
(
this
->
Array
!=
0
)
delete
[]
this
->
Array
;
...
...
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