ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/oct.C
Revision: 1.1
Committed: Sat Oct 2 15:54:43 2004 UTC (19 years, 8 months ago) by root
Content type: text/plain
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 #include <cstdlib>
2    
3     #include "oct.h"
4    
5     void octant::remove (entity_base *e)
6     {
7     abort ();
8     }
9    
10     octant::~octant ()
11     {
12     for (int i = 8; i--; )
13     delete sub[i];
14     }