Explorar el Código

Modifies how images are displayed in Notebooks.

  - Adds additional Lepton branches into analysis
  - Fixes FindROOT.cmake to properly rebuild dictionary only when needed
  - Changes canvas in HistCollection to a shared global
Caleb Fangmeier hace 8 años
padre
commit
063e476ace
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      api.hpp

+ 0 - 2
api.hpp

@@ -46,8 +46,6 @@ namespace fv{
         return new Apply<Ret(ArgTypes...)>(fn, arg, alias);
     }
 
-
-
     template <typename T1, typename T2>
     Pair<T1, T2>* pair(Value<T1>* val1, Value<T2>* val2, const std::string& alias=""){
         return new Pair<T1,T2>(val1, val2, alias);