From 56f7c2fd31e5377996aed60b97148cdd10afe064 Mon Sep 17 00:00:00 2001
From: "Francesco.Pannarale" <francesco.pannarale@LIGO.ORG>
Date: Tue, 29 Apr 2014 16:25:18 +0000
Subject: [PATCH] many_plots.sh no longer needs to be copied over before
 running it

git-svn-id: https://svn.ligo.caltech.edu/svn/bayeswave/trunk/src@51 c56465c9-8126-4a4f-9d7d-ac845eff4865
---
 BayesWaveBurst.c | 2 +-
 Makefile         | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/BayesWaveBurst.c b/BayesWaveBurst.c
index 9ab5f907..2d00a59a 100644
--- a/BayesWaveBurst.c
+++ b/BayesWaveBurst.c
@@ -2065,7 +2065,7 @@ void print_help_message(void)
   fprintf(stdout,"  ----------------------------------------------------------------------------------\n");
   fprintf(stdout,"  --Niter                number of iterations (100000)\n");
   fprintf(stdout,"  --NCmin                minimum number of parallel chains (12)\n");
-  fprintf(stdout,"  --NCmax                minimum number of parallel chains (64)\n");
+  fprintf(stdout,"  --NCmax                maximum number of parallel chains (64)\n");
   fprintf(stdout,"  --Ncycle               number of model updates per BurstRJMCMC iteration (100)\n");
   fprintf(stdout,"  --Nburnin              number of burn-in iterations (10000)\n");
   fprintf(stdout,"  --chainSeed            random number seed for Markov chain (1234)\n");
diff --git a/Makefile b/Makefile
index f48b2949..c4db9d9c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-INCDIR = /Users/tyson/lscsoft/master/include /opt/local/include
-LIBDIR = /Users/tyson/lscsoft/master/lib /opt/local/lib
+INCDIR = #/Users/tyson/lscsoft/master/include /opt/local/include
+LIBDIR = #/Users/tyson/lscsoft/master/lib /opt/local/lib
 LIBS  = lalburst lalsupport lalframe lalinference lalinspiral lalpulsar lalmetaio lalsimulation metaio lal gsl fftw3 fftw3f m
 
 CCFLAGS = -Wall -g -std=gnu99
-- 
GitLab