Skip to content

Commit

Permalink
small doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
camilo committed Nov 20, 2024
1 parent 1bd1c53 commit ac0f3a4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions include/qinterp1.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* @file qinterp1.hp
* @file qinterp1.h
* @author J. Camilo Gomez C.
* @version 1.01
* @note This file is part of the qLibs distribution.
Expand Down Expand Up @@ -38,7 +38,9 @@ extern "C" {
} qInterp1Method_t;



/**
* @brief A 1D interpolation object.
*/
typedef struct {
float (*method)( const float x,
const float * const tx,
Expand Down

0 comments on commit ac0f3a4

Please sign in to comment.