Revision a9883544d0c6185704ec19bb983164b1decc8cd2 authored by Simon Spies on 14 January 2020, 15:46:48 UTC, committed by Olivier Couet on 21 January 2020, 09:08:32 UTC
* [hist] Formatted the files realted to TGraphMultiErrors accoding to ROOTs formatting rules

* [hist] Corrected extremly unlikely memory leak Travis-CI warned about.

Corrected extremly unlikely memory leak Travis-CI warned about in the drawing method of TGraphMultiErrors.
1 parent e8eb836
Raw File
CMakeLists.txt
# Copyright (C) 1995-2019, Rene Brun and Fons Rademakers.
# All rights reserved.
#
# For the licensing terms see $ROOTSYS/LICENSE.
# For the list of contributors see $ROOTSYS/README/CREDITS.

add_subdirectory(roofitcore)
add_subdirectory(roofit)
if(mathmore)
  add_subdirectory(roofitmore)
endif()
add_subdirectory(roostats)
if(xml)
  add_subdirectory(histfactory)
endif()
back to top