syntax error (typo)
This commit is contained in:
parent
ebdf01794a
commit
ba71d8f492
|
@ -23,6 +23,9 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
History
|
History
|
||||||
$Log: not supported by cvs2svn $
|
$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
|
Revision 1.12 2004/05/13 12:49:22 pietroni
|
||||||
no default template parameters... each one must be specified
|
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
|
function for edge adjacency added
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$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
|
Revision 1.12 2004/05/13 12:49:22 pietroni
|
||||||
no default template parameters... each one must be specified
|
no default template parameters... each one must be specified
|
||||||
|
|
||||||
|
@ -562,7 +568,7 @@ public:
|
||||||
#ifdef __VCGLIB_VERTEX_VM
|
#ifdef __VCGLIB_VERTEX_VM
|
||||||
/// This function return the vertex incremental mark
|
/// This function return the vertex incremental mark
|
||||||
inline int & IMark()
|
inline int & IMark()
|
||||||
{xx
|
{
|
||||||
assert( (_flags & DELETED) == 0 );
|
assert( (_flags & DELETED) == 0 );
|
||||||
assert( (_flags & NOTREAD) == 0 );
|
assert( (_flags & NOTREAD) == 0 );
|
||||||
assert( (_flags & NOTWRITE) == 0 );
|
assert( (_flags & NOTWRITE) == 0 );
|
||||||
|
|
Loading…
Reference in New Issue