Skip to content
Snippets Groups Projects
Commit 512b143e authored by Klaus Rabbertz's avatar Klaus Rabbertz Committed by JohannesGaessler
Browse files

Comment out work-in-progress version (new)

parent 4c97df1e
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,8 @@ pkglib_LTLIBRARIES =
# Require fastjet
#
if HAVE_FASTJET
pkglib_LTLIBRARIES += libInclusiveNJets.la libInclusiveNJetEvents.la libInclusiveNJetPairs.la libInclusiveNJetDiffs.la libInclusiveNJetsNew.la
pkglib_LTLIBRARIES += libInclusiveNJets.la libInclusiveNJetEvents.la libInclusiveNJetPairs.la libInclusiveNJetDiffs.la
# libInclusiveNJetsNew.la
endif
#
......@@ -35,7 +36,7 @@ libInclusiveNJets_la_SOURCES = InclusiveNJets.cc $(AM_SOURCES)
libInclusiveNJetEvents_la_SOURCES = InclusiveNJetEvents.cc $(AM_SOURCES)
libInclusiveNJetPairs_la_SOURCES = InclusiveNJetPairs.cc $(AM_SOURCES)
libInclusiveNJetDiffs_la_SOURCES = InclusiveNJetDiffs.cc $(AM_SOURCES)
libInclusiveNJetsNew_la_SOURCES = InclusiveNJets_new.cc $(AM_SOURCES) fastNLOjetpp.cc
#libInclusiveNJetsNew_la_SOURCES = InclusiveNJets_new.cc $(AM_SOURCES) fastNLOjetpp.cc
#
# Preprocessor flags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment