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
895aa00d
Commit
895aa00d
authored
Jul 17, 1995
by
Will Schroeder
Browse files
ENH: FIxed parametric coordinates error.
parent
8fd597c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Quad.cc
View file @
895aa00d
...
...
@@ -112,7 +112,7 @@ int vtkQuad::EvaluatePosition(float x[3], float closestPoint[3],
}
}
for
(
j
=
0
;
j
<
2
;
j
++
)
fcol
[
j
]
-=
x
[
indices
[
j
]];
for
(
j
=
0
;
j
<
2
;
j
++
)
fcol
[
j
]
-=
closestPoint
[
indices
[
j
]];
//
// compute determinants and generate improvements
//
...
...
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