Skip to content

Commit

Permalink
Small bug fixes to Make_template and setup.c under ks_imp_dyn to make…
Browse files Browse the repository at this point in the history
… HISQ work with the Phi algorithm (i.e., no rooting)
  • Loading branch information
Curtis Taylor Peterson committed Jul 9, 2024
1 parent f03f531 commit 1e11e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ks_imp_dyn/Make_template
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ su3_hmc_hisq::
su3_hmc1_hisq::
${MAKE} -f ${MAKEFILE} target "MYTARGET= $@" ${HISQ_OPTIONS} \
"DEFINES += -DONEMASS -DPHI_ALGORITHM -DHMC_ALGORITHM" \
"EXTRA_OBJECTS += d_action.o update_onemass.o"
"EXTRA_OBJECTS += reunitarize_ks.o d_action.o update_onemass.o"

clean:
-/bin/rm -f *.o
Expand Down
2 changes: 1 addition & 1 deletion ks_imp_dyn/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ readin(int prompt)
#endif
u0 = param.u0;

#ifdef ONE_MASS
#ifdef ONEMASS
n_order_naik_total = 1;
eps_naik[0] = 0.0;
n_naiks = 1;
Expand Down

0 comments on commit 1e11e12

Please sign in to comment.