Removed excess ';' from end of template functions, for gcc compiling
This commit is contained in:
parent
2587a22c49
commit
2d7b7a4532
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.20 2005/11/23 13:04:26 ganovelli
|
||||||
|
changed IsBOrder
|
||||||
|
|
||||||
Revision 1.19 2005/11/10 15:49:32 cignoni
|
Revision 1.19 2005/11/10 15:49:32 cignoni
|
||||||
Made IsManifold Constant
|
Made IsManifold Constant
|
||||||
|
|
||||||
|
@ -292,7 +295,7 @@ static bool CheckFlipEdge(FaceType &f, int z)
|
||||||
while (&f!=pos.f);
|
while (&f!=pos.f);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
};
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Flip the z-th edge of the face f.
|
* Flip the z-th edge of the face f.
|
||||||
|
@ -349,7 +352,7 @@ static void FlipEdge(FaceType &f, const int z)
|
||||||
g->FFp(w)->FFp( g->UberZ(w) ) = g;
|
g->FFp(w)->FFp( g->UberZ(w) ) = g;
|
||||||
g->FFp(w)->FFi( g->UberZ(w) ) = w;
|
g->FFp(w)->FFi( g->UberZ(w) ) = w;
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
|
|
||||||
|
|
||||||
// Stacca la faccia corrente dalla catena di facce incidenti sul vertice z,
|
// Stacca la faccia corrente dalla catena di facce incidenti sul vertice z,
|
||||||
|
|
Loading…
Reference in New Issue