Skip to content
Snippets Groups Projects
Commit dda35669 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

add TParameter<Float_t>.

git-svn-id: http://root.cern.ch/svn/root/trunk@17850 27541ba8-7e3a-0410-8455-c3a389f83636
parent ec66bcb8
No related branches found
No related tags found
No related merge requests found
/* @(#)root/base:$Name: $:$Id: LinkDef3.h,v 1.27 2006/11/28 12:10:52 rdm Exp $ */
/* @(#)root/base:$Name: $:$Id: LinkDef3.h,v 1.28 2007/02/08 18:16:01 rdm Exp $ */
/*************************************************************************
* Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
......@@ -249,6 +249,7 @@
#pragma link C++ class std::pair<const double,char*>+;
#pragma extra_include "Rtypes.h";
#pragma link C++ class TParameter<Float_t>+;
#pragma link C++ class TParameter<Double_t>+;
#pragma link C++ class TParameter<Int_t>+;
#pragma link C++ class TParameter<Long_t>+;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment