Skip to content

Commit

Permalink
update of prototypes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspetschlies committed Jul 4, 2024
1 parent 3093428 commit b9f33c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion quda_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,12 @@ void _performWuppertalnStep ( double * const h_out, double * const h_in, unsigne


/* interface for gradient flow functions */
void _performGFlownStep ( double * const h_out, double * const h_in, unsigned int n_steps, double step_size, int meas_interval, QudaWFlowType wflow_type, int const init );
/* void _performGFlownStep ( double * const h_out, double * const h_in, unsigned int n_steps, double step_size, int meas_interval, QudaWFlowType wflow_type, int const init ); */
/* void _performGFlownStep ( double * const h_out, double * const h_in, QudaInvertParam *inv_param, QudaGaugeSmearParam *smear_param, int const update_gauge ); */
void _performGFlownStep ( double * const h_out, double * const h_in, QudaGaugeSmearParam *smear_param, int const update_gauge );

void _performGFlowAdjoint ( double * const h_out, double * const h_in, QudaGaugeSmearParam *smear_param, int const mb, int const nb, int const store );



#endif
Expand Down

0 comments on commit b9f33c1

Please sign in to comment.