I was getting a access exception in FGTable.cpp line at line 267.
I belive I have tracked it down to values not being initialized in the constructor for the
  3D tables.
 
Fix:
 
Index: FGTable.cpp
===================================================================
RCS file: /var/cvs/FlightGear-0.9/source/src/FDM/JSBSim/FGTable.cpp,v
retrieving revision 1.6
diff -r1.6 FGTable.cpp
69a70
>   lastRowIndex=lastColumnIndex=2;
 
 
I will cross post this with the FG devel and JSBSim devel lists.
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to