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
#
User
Rev
Content
1
benhoob
1.1
#include <vector>
2
#ifdef __MAKECINT__
3
#pragma link C++ class vector<vector<float> >+;
4
#pragma link C++ class vector<vector<int> >+;
5
#endif