/[PAMELA software]/PamVMC/src/PamVMCFieldMgr.cxx
ViewVC logotype

Contents of /PamVMC/src/PamVMCFieldMgr.cxx

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Thu Feb 19 17:39:49 2009 UTC (16 years ago) by nikolas
Branch: MAIN
Cleaning up before releasing

1 #include "PamVMCFieldMgr.h"
2
3
4 PamVMCFieldMgr * PamVMCFieldMgr::fm = 0;
5
6 PamVMCFieldMgr * PamVMCFieldMgr::Instance(){
7 if(fm == 0) {
8 fm = new PamVMCFieldMgr();
9 }
10 return fm;
11 }

  ViewVC Help
Powered by ViewVC 1.1.23