Skip to content

Commit

Permalink
Added correct prefix for NCM_FIT_GRAD.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitenti committed Nov 9, 2023
1 parent 78a01a4 commit 7269172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numcosmo/math/ncm_fit.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ typedef enum _NcmFitType
* Defines the type of gradient calculation.
*
*/
typedef enum _NcmFitGradType
typedef enum _NcmFitGradType /*< enum,prefix=NCM_FIT_GRAD >*/
{
NCM_FIT_GRAD_NUMDIFF_FORWARD = 0,
NCM_FIT_GRAD_NUMDIFF_CENTRAL,
Expand Down

0 comments on commit 7269172

Please sign in to comment.