Skip to content

Commit

Permalink
do not zero jacobian
Browse files Browse the repository at this point in the history
  • Loading branch information
VinInn authored and ktf committed May 4, 2014
1 parent 1b8387d commit d342666
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
3 changes: 2 additions & 1 deletion DataFormats/Math/src/classes.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#define G__DICTIONARY
#include "FWCore/Utilities/interface/GCC11Compatibility.h"


#include "FWCore/Utilities/interface/GCC11Compatibility.h"
#ifdef CMS_NOCXX11
#define SMATRIX_USE_COMPUTATION
#else
Expand Down
11 changes: 9 additions & 2 deletions Math/MatrixRepresentationsStatic.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@

#warning "using MatrixRepresentationsStatic by vin"

#ifndef SMATRIX_USE_COMPUTATION
#define SMATRIX_USE_CONSTEXPR

//#ifndef SMATRIX_USE_COMPUTATION
//#define SMATRIX_USE_CONSTEXPR
//#endif


#ifndef SMATRIX_USE_CONSTEXPR
#define SMATRIX_USE_COMPUTATION
#endif


// Include files

/**
Expand Down

0 comments on commit d342666

Please sign in to comment.