[Bug 597] New: annoying warning

For more infomation about this bug, visit
Summary: annoying warning
Product: BFL
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: trivial
Priority: P2
Component: core
AssignedTo: bfl [..] ...
ReportedBy: wim [dot] meeussen [..] ...
CC: bfl [..] ...
Estimated Hours: 0.0

meeussen@ads:~/src/bfl$ svn diff
Index: src/filter/kalmanfilter.h
===================================================================
--- src/filter/kalmanfilter.h (revision 29726)
+++ src/filter/kalmanfilter.h (working copy)
@@ -79,9 +79,9 @@
struct MeasUpdateVariables
{
Matrix _S;
- Matrix _postHT;
Matrix _K;
ColumnVector _innov;
+ Matrix _postHT;
MeasUpdateVariables() {};
MeasUpdateVariables(unsigned int meas_dimension, unsigned int
state_dimension):
_S(meas_dimension,meas_dimension)

[Bug 597] annoying warning

For more infomation about this bug, visit

Klaas Gadeyne <klaas [dot] gadeyne [..] ...> changed:

What |Removed |Added
--------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED

--- Comment #1 from Klaas Gadeyne <klaas [dot] gadeyne [..] ...> 2008-12-01 20:57:23 ---
(In reply to comment #0)
> meeussen@ads:~/src/bfl$ svn diff
> Index: src/filter/kalmanfilter.h
> ===================================================================
> --- src/filter/kalmanfilter.h (revision 29726)
> +++ src/filter/kalmanfilter.h (working copy)
> @@ -79,9 +79,9 @@
> struct MeasUpdateVariables
> {
> Matrix _S;
> - Matrix _postHT;
> Matrix _K;
> ColumnVector _innov;
> + Matrix _postHT;
> MeasUpdateVariables() {};
> MeasUpdateVariables(unsigned int meas_dimension, unsigned int
> state_dimension):
> _S(meas_dimension,meas_dimension)

I didn't find the warning in the compiler output (mac os x gcc), so maybe I
overlook (or didn't have the correct gcc options selected). I guess it's the
traditional order thingy? Anyway, here goes

$ svn commit -m "fix variable order to avoid compiler whining. Suggested by
Wim Meeussen" kalmanfilter.h
Sending kalmanfilter.h
Transmitting file data .
Committed revision 29761.

[Bug 597] annoying warning

On Dec 1, 2008, at 14:57 , Klaas Gadeyne wrote:

> For more infomation about this bug, visit > >
>
> Klaas Gadeyne <klaas [dot] gadeyne [..] ...> changed:
>
> What |Removed |Added
> --------------------------------------------------------------------------
> Status|NEW |RESOLVED
> Resolution| |FIXED
>
>
>
> --- Comment #1 from Klaas Gadeyne <klaas [dot] gadeyne [..] ...>
> 2008-12-01 20:57:23 ---
> (In reply to comment #0)
>> meeussen@ads:~/src/bfl$ svn diff
>> Index: src/filter/kalmanfilter.h
>> ===================================================================
>> --- src/filter/kalmanfilter.h (revision 29726)
>> +++ src/filter/kalmanfilter.h (working copy)
>> @@ -79,9 +79,9 @@
>> struct MeasUpdateVariables
>> {
>> Matrix _S;
>> - Matrix _postHT;
>> Matrix _K;
>> ColumnVector _innov;
>> + Matrix _postHT;
>> MeasUpdateVariables() {};
>> MeasUpdateVariables(unsigned int meas_dimension, unsigned int
>> state_dimension):
>> _S(meas_dimension,meas_dimension)
>
> I didn't find the warning in the compiler output (mac os x gcc), so
> maybe I
> overlook (or didn't have the correct gcc options selected). I guess
> it's the
> traditional order thingy? Anyway, here goes

I hit this one recently too, but hadn't gotten around to submitting a
patch for it. It is just the order problem ... though there are a
couple of other warning/errors floating around in BFL that Mac OS X
gcc from Leopard barfs on. I'll dig them out and submit a patch ...
hopefully soon ...

S

_______________________________________________
I hereby promise not to top-post on the
BFL mailing list
BFL [..] ...
http://lists.mech.kuleuven.be/mailman/listinfo/bfl

Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm