From 9ad2013f0d986757afdfdc208da80dfef45cdd9f Mon Sep 17 00:00:00 2001 From: Danilo Piparo <danilo.piparo@cern.ch> Date: Sat, 26 May 2018 22:16:27 +0200 Subject: [PATCH] [VecOps] Add Zenodo badge --- math/vecops/inc/ROOT/RVec.hxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/math/vecops/inc/ROOT/RVec.hxx b/math/vecops/inc/ROOT/RVec.hxx index d6134dc3470..96a9bb8c00b 100644 --- a/math/vecops/inc/ROOT/RVec.hxx +++ b/math/vecops/inc/ROOT/RVec.hxx @@ -51,6 +51,10 @@ Its storage is contiguous in memory and its interface is designed such to resemb of the stl vector. In addition the interface features methods and external functions to ease the manipulation and analysis of the data in the RVec. +\htmlonly +<a href="https://doi.org/10.5281/zenodo.1253756"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.1253756.svg" alt="DOI"></a> +\endhtmlonly + ## Table of Contents - [Example](#example) - [Owning and adopting memory](#owningandadoptingmemory) -- GitLab