From b762119bb3f07e342ae798c6a289f301959eff3e Mon Sep 17 00:00:00 2001 From: Duncan Meacher <duncan.meacher@ligo.org> Date: Thu, 31 May 2018 10:01:06 -0700 Subject: [PATCH] Offline tutorial Makefile update. correct offline analysis rules location --- gstlal-inspiral/tests/Makefile_offline_tutorial_test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstlal-inspiral/tests/Makefile_offline_tutorial_test b/gstlal-inspiral/tests/Makefile_offline_tutorial_test index 42a9778a8a..2d86c6f887 100644 --- a/gstlal-inspiral/tests/Makefile_offline_tutorial_test +++ b/gstlal-inspiral/tests/Makefile_offline_tutorial_test @@ -82,7 +82,7 @@ CHANNEL_NAMES:=--channel-name=H1=$(H1_CHANNEL) --channel-name=L1=$(L1_CHANNEL) # Get some basic definitions. NOTE this comes from the share directory probably. # ################################################################################### -include /home/gstlalcbc/local/src/gstlal/gstlal-inspiral/share/Makefile.offline_analysis_rules +include ../share/Makefile.offline_analysis_rules # FIXME Is there a way to put this back in offline analysis rules? BANK_CACHE_STRING:=H1=H1_split_bank.cache,L1=L1_split_bank.cache -- GitLab