From cda23048cc9df3261203f743ff756e281eaef22d Mon Sep 17 00:00:00 2001 From: KSkwarczynski Date: Fri, 23 Aug 2024 09:12:32 +0000 Subject: [PATCH] deploy: 9b319d291c2bfba67fb3b1abdc6ab25367cc9cb9 --- MaCh3Modes_8cpp_source.html | 2 +- classMaCh3Modes.html | 2 +- classmcmc.html | 2 +- mcmc_8cpp_source.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MaCh3Modes_8cpp_source.html b/MaCh3Modes_8cpp_source.html index 791c7290..f367d316 100644 --- a/MaCh3Modes_8cpp_source.html +++ b/MaCh3Modes_8cpp_source.html @@ -256,7 +256,7 @@
156 if (Mode.count(name)) {
157 return Mode[name];
158 }
-
159 MACH3LOG_DEBUG("Asking for mode {}, while I only have {}, returning {} mode", Index, NModes, fMode[NModes].Name);
+
159 MACH3LOG_DEBUG("Asking for mode {}, while I only have {}, returning {} mode", name, NModes, fMode[NModes].Name);
160
161 // return UNKNOWN_BAD
162 return NModes;
diff --git a/classMaCh3Modes.html b/classMaCh3Modes.html index cc817018..6095dafc 100644 --- a/classMaCh3Modes.html +++ b/classMaCh3Modes.html @@ -446,7 +446,7 @@

156 if (Mode.count(name)) {
157 return Mode[name];
158 }
-
159 MACH3LOG_DEBUG("Asking for mode {}, while I only have {}, returning {} mode", Index, NModes, fMode[NModes].Name);
+
159 MACH3LOG_DEBUG("Asking for mode {}, while I only have {}, returning {} mode", name, NModes, fMode[NModes].Name);
160
161 // return UNKNOWN_BAD
162 return NModes;
diff --git a/classmcmc.html b/classmcmc.html index c743dff9..ee495a37 100644 --- a/classmcmc.html +++ b/classmcmc.html @@ -612,7 +612,7 @@

193 llh += syst_llh[s];
194
195 #ifdef DEBUG
-
196 if (debug) debugFile << "LLH after " << systematics[stdIt]->getName() << " " << llh << std::endl;
+
196 if (debug) debugFile << "LLH after " << systematics[s]->getName() << " " << llh << std::endl;
197 #endif
198 }
199
diff --git a/mcmc_8cpp_source.html b/mcmc_8cpp_source.html index eb35b853..c5f6af68 100644 --- a/mcmc_8cpp_source.html +++ b/mcmc_8cpp_source.html @@ -289,7 +289,7 @@
193 llh += syst_llh[s];
194
195 #ifdef DEBUG
-
196 if (debug) debugFile << "LLH after " << systematics[stdIt]->getName() << " " << llh << std::endl;
+
196 if (debug) debugFile << "LLH after " << systematics[s]->getName() << " " << llh << std::endl;
197 #endif
198 }
199