ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FGolf/rf/loader.C
Revision: 1.1
Committed: Wed Dec 23 17:33:25 2009 UTC (15 years, 4 months ago) by benhoob
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Log Message:
*** empty log message ***

File Contents

# Content
1 #include <vector>
2 #ifdef __MAKECINT__
3 #pragma link C++ class vector<vector<float> >+;
4 #pragma link C++ class vector<vector<int> >+;
5 #endif