From 7c72709af740f56628d6f90792d1f59732ed90f8 Mon Sep 17 00:00:00 2001 From: cignoni Date: Sat, 14 Oct 2006 00:39:22 +0000 Subject: [PATCH] Added a comment on an assert --- wrap/io_trimesh/export_ply.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wrap/io_trimesh/export_ply.h b/wrap/io_trimesh/export_ply.h index 904a474b..5a7f8734 100644 --- a/wrap/io_trimesh/export_ply.h +++ b/wrap/io_trimesh/export_ply.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.15 2006/01/30 13:43:59 cignoni +Added GetExportMaskCapability + Revision 1.14 2006/01/27 09:11:48 corsini fix signed/unsigned mismatch @@ -437,7 +440,8 @@ std::vector FlagV; j++; } } - assert(j==m.vn); + // this assert triggers when the vn != number of vertexes in vert that are not deleted. + assert(j==m.vn); char c = 3; unsigned char b9 = 9;