Am Dienstag, 6. November 2007 16:50 schrieb will Pink:
> Thanks for that that has solved must of the errors, I am have configured 11
> but I am getting the following error -
>
> apt_surface.cxx:359: error: 'ResVar' was not declared in this scope
>
> Is there something I need to adjust?
This is strange, since ResVar is declared in the very same method as a local 
variable, just 14 lines above.

Does your apt_surface.cxx look like this, starting at line 343?

 ColumnVector A = U.i() * M;
  ColumnVector Fitted = X * A;
  Real ResVar = sum_square(Y1) / (nobs-npred1);

  // get variances of estimates
  U = U.i(); DiagonalMatrix D; D << U * U.t();

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