Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua S committed Feb 26, 2025
1 parent 1c94731 commit 5d9e600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qlat/qlat/include/qlat/qm-action.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<t_TV_start)
Expand Down

0 comments on commit 5d9e600

Please sign in to comment.