Am Dienstag, 6. November 2007 18:03 schrieb will Pink:
> Yeap exacty like it
>
>  ColumnVector A = U.i() * M;
>   ColumnVector Fitted = X * A;
>   Real resVar = sum_square(Y1) / (nobs-npred1);

Nope! your resVar is lowercase and the compiler is complaining about an 
undeclared uppercase ResVar.

I just checked that ResVar is declared as uppercase in CVS and yours is 
lowercase. Maybe you have modified the file?

Try to checkout a fresh copy and try again.

Good luck, Torsten

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to