Parent Directory | Revision Log
Memory leak bug fixed
1 | mocchiut | 1.1 | #include <NDLevel2.h> |
2 | |||
3 | NDLevel2::NDLevel2() : | ||
4 | upperBack(0), | ||
5 | bottomBack(0), | ||
6 | trigPhysics(0) {} | ||
7 | |||
8 | |||
9 | mocchiut | 1.2 | void NDLevel2::Clear(){ |
10 | upperBack = 0.; | ||
11 | bottomBack = 0.; | ||
12 | trigPhysics = 0.; | ||
13 | } | ||
14 | |||
15 | mocchiut | 1.1 | ClassImp(NDLevel2) |
ViewVC Help | |
Powered by ViewVC 1.1.23 |