From ba71d8f492460b90055916026b283483897a2e41 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Thu, 13 May 2004 22:44:40 +0000 Subject: [PATCH] syntax error (typo) --- vcg/simplex/vertex/base.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/vcg/simplex/vertex/base.h b/vcg/simplex/vertex/base.h index 237148b2..000136a1 100644 --- a/vcg/simplex/vertex/base.h +++ b/vcg/simplex/vertex/base.h @@ -23,6 +23,9 @@ /**************************************************************************** History $Log: not supported by cvs2svn $ +Revision 1.13 2004/05/13 22:40:02 ganovelli +default template parameters + Revision 1.12 2004/05/13 12:49:22 pietroni no default template parameters... each one must be specified @@ -30,6 +33,9 @@ Revision 1.12 2004/05/10 13:31:13 ganovelli function for edge adjacency added $Log: not supported by cvs2svn $ +Revision 1.13 2004/05/13 22:40:02 ganovelli +default template parameters + Revision 1.12 2004/05/13 12:49:22 pietroni no default template parameters... each one must be specified @@ -562,7 +568,7 @@ public: #ifdef __VCGLIB_VERTEX_VM /// This function return the vertex incremental mark inline int & IMark() - {xx + { assert( (_flags & DELETED) == 0 ); assert( (_flags & NOTREAD) == 0 ); assert( (_flags & NOTWRITE) == 0 );