From 5d9e6002890c157386eb0a318725133180556810 Mon Sep 17 00:00:00 2001 From: Joshua S Date: Wed, 26 Feb 2025 15:02:57 -0500 Subject: [PATCH] Bug fix --- qlat/qlat/include/qlat/qm-action.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qlat/qlat/include/qlat/qm-action.h b/qlat/qlat/include/qlat/qm-action.h index b3076405..ae061743 100644 --- a/qlat/qlat/include/qlat/qm-action.h +++ b/qlat/qlat/include/qlat/qm-action.h @@ -131,7 +131,7 @@ struct QMAction { return V(x,t) - log(dt) / dt; } - inline double V(const double x, const Long t) + inline double dV(const double x, const Long t) { // Returns the potential evaluated at point x if(t