Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master' into vlbi_s…
Browse files Browse the repository at this point in the history
…erver_sharedlib
  • Loading branch information
Ilia Platone committed Nov 30, 2024
2 parents 2793adf + 37ba561 commit 4e21dee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dsp/dsp.h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ typedef double complex_t[2];
#define dsp_t_min -dsp_t_max
///Size of strings
#define DSP_NAME_SIZE 128
///Hypercomplex type
typedef struct hypercomplex_t{
///Multicomplex type
typedef struct multicomplex_t{
int dims;
double real;
double *imaginary;
} hypercomplex;
} multicomplex;
/**
* \brief get/set the maximum number of threads allowed
* \param value if greater than 1, set a maximum number of threads allowed
Expand Down

0 comments on commit 4e21dee

Please sign in to comment.