Skip to content

Commit

Permalink
Adds comment explaining signature changes in libsmear
Browse files Browse the repository at this point in the history
  • Loading branch information
gkanwar committed Feb 17, 2025
1 parent 50b24cb commit fb5ff1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions smearing/hex.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
/* Just to have a consistent look to the interface */
typedef struct hyp_parameters hex_parameters;

/* NOTE(gkanwar): Temporarily disable the new gauge_field_t interfaces to enable
* compilation with old su3_tuple array signatures. */
#if 0
/* All defined in terms of arrays of tuples -- needed to allow for g_gauge_field as input */
void stout_exclude_none(gauge_field_t buff_out, double const coeff, gauge_field_array_t staples, gauge_field_t buff_in);
Expand Down
2 changes: 2 additions & 0 deletions smearing/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ enum I2
I2_3_02 = 10, I2_3_20 = 10, I2_3_12 = 11, I2_3_21 = 11
};

/* NOTE(gkanwar): Temporarily disable the new gauge_field_t interface to enable
* compilation with old su3_tuple array signatures. */
#if 0
void generic_staples(gauge_field_t buff_out, int x, int mu, gauge_field_t buff_in);
#endif
Expand Down

0 comments on commit fb5ff1a

Please sign in to comment.