changed names to VF topology function (was missed)

This commit is contained in:
Nico Pietroni 2004-05-06 15:28:10 +00:00
parent 62528938e1
commit 4bc6a6ff7b
1 changed files with 5 additions and 2 deletions

View File

@ -24,6 +24,9 @@
History History
$Log: not supported by cvs2svn $ $Log: not supported by cvs2svn $
Revision 1.8 2004/05/05 17:03:25 pietroni
changed name to topology functions
Revision 1.7 2004/04/28 11:37:14 pietroni Revision 1.7 2004/04/28 11:37:14 pietroni
*** empty log message *** *** empty log message ***
@ -382,7 +385,7 @@ inline const VFTYPE * & VFb() const
#endif #endif
} }
inline int & _VFi() inline int & VFi()
{ {
#if ((defined __VCGLIB_VERTEX_AF) || (defined __VCGLIB_VERTEX_AFS)) #if ((defined __VCGLIB_VERTEX_AF) || (defined __VCGLIB_VERTEX_AFS))
@ -393,7 +396,7 @@ inline int & _VFi()
#endif #endif
} }
inline const int & _VFi() const inline const int & VFi() const
{ {
#if ((defined __VCGLIB_VERTEX_AF) || (defined __VCGLIB_VERTEX_AFS)) #if ((defined __VCGLIB_VERTEX_AF) || (defined __VCGLIB_VERTEX_AFS))
return _vfi; return _vfi;