diff --git a/org/qmckl_jastrow.org b/org/qmckl_jastrow.org index 7f222a4..5eba7b7 100644 --- a/org/qmckl_jastrow.org +++ b/org/qmckl_jastrow.org @@ -1425,8 +1425,8 @@ assert(rc == QMCKL_SUCCESS); /* Check if Jastrow is properly initialized */ assert(qmckl_jastrow_provided(context)); -double asymp_jasb[2]; -rc = qmckl_get_jastrow_asymp_jasb(context, asymp_jasb); +//double asymp_jasb[2]; +//rc = qmckl_get_jastrow_asymp_jasb(context, asymp_jasb); //// calculate asymp_jasb //assert(fabs(asymp_jasb[0]-0.5323750557252571) < 1.e-12);