0
0
mirror of https://github.com/microsoft/vcpkg.git synced 2025-01-16 16:06:40 +08:00
Long Huan a175d0a7d8
[openmvs, vcglib] Update openmvs 2.0.1, vcglib 2022.02 ()
* update version

* Update vcpkg.json

* fix

* fix

* fix some

* x-add-version

* license info

* x-add-version

* Update vcpkg.json

* Update openmvs.json
2022-06-15 11:43:38 -07:00

14 lines
375 B
Diff

diff --git a/vcg/simplex/tetrahedron/pos.h b/vcg/simplex/tetrahedron/pos.h
index d47348ce..078b1f6a 100644
--- a/vcg/simplex/tetrahedron/pos.h
+++ b/vcg/simplex/tetrahedron/pos.h
@@ -385,7 +385,7 @@ public:
void Assert()
#ifdef _DEBUG
{
- HETYPE ht=*this;
+ BasePosType ht=*this;
ht.FlipT();
ht.FlipT();
assert(ht==*this);