Skip to content

Commit 34f1818

Browse files
committed
fix: lost variable declaration
1 parent e83d7a0 commit 34f1818

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/colvarcomp_coordnums.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ cvm::real colvar::coordnum::switching_function(cvm::real const &r0,
6161
cvm::real const h = l2 - 1.0;
6262
cvm::real const en2_r = (cvm::real) en2;
6363
cvm::real const ed2_r = (cvm::real) ed2;
64+
cvm::real func_no_pairlist;
6465

6566
if (std::abs(h) < eps_l2) {
6667
// Order-2 Taylor expansion: c0 + c1*h + c2*h^2

0 commit comments

Comments
 (0)