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
Andrew Bauer
VTK
Commits
89687a57
Commit
89687a57
authored
Feb 28, 1995
by
Will Schroeder
Browse files
*** empty log message ***
parent
c0de2043
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/StrData.cc
View file @
89687a57
...
...
@@ -304,7 +304,7 @@ void vlStructuredData::_GetPointCells(int ptId, vlIdList& cellIds)
ptLoc
[
1
]
=
(
ptId
/
ptDim
[
0
])
%
ptDim
[
1
];
ptLoc
[
2
]
=
ptId
/
(
ptDim
[
0
]
*
ptDim
[
1
]);
//
// From the point l
c
oation, compute the cell locations. There are at
// From the point lo
c
ation, compute the cell locations. There are at
// most eight possible.
//
cellIds
.
Reset
();
...
...
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