Branch data Line data Source code
1 : : //-------------------------------------------------------------------------
2 : : // Filename : Lump.cpp
3 : : //
4 : : // Purpose :
5 : : //
6 : : // Special Notes :
7 : : //
8 : : // Creator : Xuechen Liu
9 : : //
10 : : // Creation Date : 08/02/96
11 : : //
12 : : // Owner : Malcolm J. Panthaki
13 : : //-------------------------------------------------------------------------
14 : :
15 : : #include "Lump.hpp"
16 : : #include "RefVolume.hpp"
17 : :
18 : :
19 : : //-------------------------------------------------------------------------
20 : : // Purpose : The default constructor. Does not do anything right now.
21 : : //
22 : : // Special Notes :
23 : : //
24 : : // Creator : Xuechen Liu
25 : : //
26 : : // Creation Date : 08/02/96
27 : : //-------------------------------------------------------------------------
28 : :
29 : 5912 : Lump::Lump()
30 : : {
31 : 2956 : }
32 : :
33 : : //-------------------------------------------------------------------------
34 : : // Purpose : The destructor. Does not do anything right now.
35 : : //
36 : : // Special Notes :
37 : : //
38 : : // Creator : Raikanta Sahu
39 : : //
40 : : // Creation Date : 09/06/96
41 : : //-------------------------------------------------------------------------
42 : :
43 : 3578 : Lump::~Lump()
44 [ + - ][ + - ]: 8329 : {}
[ - + ]
|