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
4e48c8b2
Commit
4e48c8b2
authored
Jun 07, 1994
by
Will Schroeder
Browse files
*** empty log message ***
parent
9d7cedff
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/StrData.cc
View file @
4e48c8b2
...
...
@@ -119,7 +119,7 @@ int vlStructuredDataSet::GetNumberOfCells()
for
(
i
=
0
;
i
<
3
;
i
++
)
if
(
this
->
Dimensions
[
i
]
>
1
)
nCells
*=
(
this
->
Dimensions
[
1
]
-
1
);
nCells
*=
(
this
->
Dimensions
[
i
]
-
1
);
return
nCells
;
}
...
...
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