Skip to content

Commit 1c9df7c

Browse files
ferdymercurydpiparo
authored andcommitted
[math] add vector of vector of floats dict as with double
see https://root-forum.cern.ch/t/vector-of-vectors-in-ttree-vs-rntuple/64416/2
1 parent 17182ef commit 1c9df7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

math/mathcore/inc/LinkDef2.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
#pragma link C++ class ROOT::Math::DistSamplerOptions+;
175175
#pragma link C++ class ROOT::Math::GoFTest+;
176176
#pragma link C++ class std::vector<std::vector<double> >+;
177+
#pragma link C++ class std::vector<std::vector<float> >+;
177178

178179
#pragma link C++ class ROOT::Math::Delaunay2D+;
179180

0 commit comments

Comments
 (0)