This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with multifit.h


> Hi, I'm new to this list, and I'm having a problem with multifit.h ...
>
>
>
> In my program I include the files ...
>
> #include <gsl/gsl_vector.h>
> #include <gsl/gsl_matrix.h>
> #include <gsl/gsl_multifit.h>
> #include <gsl/gsl_multimin.h>
> #include <gsl/gsl_sf_gamma.h>
>
>
> And in return I get the following compilation errors ...
>
> cc-1018 cc: ERROR File = /usr/local/include/gsl/gsl_multifit.h, Line =
> 61
>   An unmatched left parentheses "(" appears in an expression.
>
>   gsl_multifit_linear (const gsl_matrix * X,
>                                           ^
>
> cc-1018 cc: ERROR File = /usr/local/include/gsl/gsl_multifit.h, Line =
> 69
>   An unmatched left parentheses "(" appears in an expression.
>
>   gsl_multifit_wlinear (const gsl_matrix * X,
>
>
> Any ideas ???
>
> Mark
>
> --
> ==============================================================
>     Mark Griffin
>     Centre for Magnetic Resonance
>     University of Queensland  Q 4072
>     Australia
>     Ph:  61-7-32327976      Fax: 61-7-32327121
>     Email:  Mark.Griffin@cmr.uq.edu.au
> ==============================================================
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]