Skip to content

Commit

Permalink
Remove references to HYPISQ
Browse files Browse the repository at this point in the history
  • Loading branch information
detar committed Feb 17, 2025
1 parent 27aeee8 commit a781e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generic_ks/ks_ratinv.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ int ks_ratinv( /* Return value is number of iterations taken */
for(k = 0; k < order; k++){
ksp[k].offset = roots[k+1];
ksp[k].residue = residues ? residues[k+1] : 0.0;
#if ( FERM_ACTION == HISQ || FERM_ACTION == HYPISQ )
#if FERM_ACTION == HISQ
ksp[k].naik_term_epsilon = naik_term_epsilon;
ksp[k].naik_term_epsilon_index = naik_term_epsilon_index;
#endif
Expand Down Expand Up @@ -181,7 +181,7 @@ int ks_ratinv_field( /* Return value is number of iterations taken */
for(k = 0; k < order; k++){
ksp[k].offset = roots[k+1];
ksp[k].residue = residues ? residues[k+1] : 0.0;
#if ( FERM_ACTION == HISQ || FERM_ACTION == HYPISQ )
#if FERM_ACTION == HISQ
ksp[k].naik_term_epsilon = naik_term_epsilon;
ksp[k].naik_term_epsilon_index = naik_term_epsilon_index;
#endif
Expand Down

0 comments on commit a781e32

Please sign in to comment.