|
Ublas : |
From: Maik Beckmann (maikbeckmann_at_[hidden])
Date: 2007-01-22 06:20:24
Hello!
In
boost/numeric/bindings/traits/type.h
at boost-sandbox,
this :
<code>
typedef
struct
double cmplx[2] ;
} dcomplex_t ;
</code>
shoulde be :
<code>
typedef
struct {
double cmplx[2] ;
} dcomplex_t ;
</code>
Regards,
Maik