[Plib-cvs] plib/src/ssg ssgSaveAC.cxx,1.17,1.18
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-06-10 20:25:38
|
Update of /cvsroot/plib/plib/src/ssg In directory usw-pr-cvs1:/tmp/cvs-serv9832 Modified Files: ssgSaveAC.cxx Log Message: Cleanups Index: ssgSaveAC.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/ssg/ssgSaveAC.cxx,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- ssgSaveAC.cxx 23 Mar 2002 15:06:45 -0000 1.17 +++ ssgSaveAC.cxx 10 Jun 2002 20:25:34 -0000 1.18 @@ -39,7 +39,7 @@ static saveTriangle *tlist ; -int ssgSaveLeaf ( ssgEntity *ent ) +static int ssgSaveLeaf ( ssgEntity *ent ) { int i; assert ( ent -> isAKindOf ( ssgTypeLeaf() ) ) ; @@ -143,7 +143,7 @@ -int ssgSaveACInner ( ssgEntity *ent ) +static int ssgSaveACInner ( ssgEntity *ent ) { /* WARNING - RECURSIVE! */ |