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
d7e7f9e1
Commit
d7e7f9e1
authored
Jul 16, 1995
by
Will Schroeder
Browse files
ERR: Fixed pcoords type bug.
parent
b2598a76
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Hexa.cc
View file @
d7e7f9e1
...
...
@@ -197,9 +197,9 @@ void vtkHexahedron::EvaluateLocation(int& subId, float pcoords[3], float x[3],
float
weights
[
MAX_CELL_SIZE
])
{
int
i
,
j
;
float
*
pt
,
pc
[
3
]
;
float
*
pt
;
this
->
InterpolationFunctions
(
pc
,
weights
);
this
->
InterpolationFunctions
(
pc
oords
,
weights
);
x
[
0
]
=
x
[
1
]
=
x
[
2
]
=
0.0
;
for
(
i
=
0
;
i
<
8
;
i
++
)
...
...
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