From: Bertrand <bco...@us...> - 2016-05-22 09:08:08
|
Update of /cvsroot/jsbsim/JSBSim/src/math In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6623/src/math Modified Files: FGTable.cpp Log Message: Now display information about where the error was found. Index: FGTable.cpp =================================================================== RCS file: /cvsroot/jsbsim/JSBSim/src/math/FGTable.cpp,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -r1.31 -r1.32 *** FGTable.cpp 13 Jan 2014 10:46:03 -0000 1.31 --- FGTable.cpp 22 May 2016 09:08:05 -0000 1.32 *************** *** 179,182 **** --- 179,183 ---- if (node == 0) { + cerr << axisElement->ReadFrom(); throw("IndependentVar property, " + property_string + " in Table definition is not defined."); } |