Update of /cvsroot/jsbsim/JSBSim/utils/aeromatic++
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13278
Modified Files:
Aircraft.cpp aeromatic.cpp version
Log Message:
update the version number and remove some debugging code
Index: aeromatic.cpp
===================================================================
RCS file: /cvsroot/jsbsim/JSBSim/utils/aeromatic++/aeromatic.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** aeromatic.cpp 2 Jun 2016 22:05:52 -0000 1.8
--- aeromatic.cpp 6 Jul 2016 07:44:56 -0000 1.9
***************
*** 109,121 ****
ifstream in;
- #if defined(_MSC_VER)
- _clearfp();
- _controlfp(_controlfp(0, 0) & ~(_EM_INVALID | _EM_ZERODIVIDE | _EM_OVERFLOW),
- _MCW_EM);
- #elif defined(__GNUC__) && !defined(sgi)
- feenableexcept(FE_DIVBYZERO | FE_INVALID | FE_OVERFLOW|FE_UNDERFLOW);
- #endif
-
-
char *file = getCommandLineOption(argc, argv, (char*)"-l");
if (file)
--- 109,112 ----
Index: version
===================================================================
RCS file: /cvsroot/jsbsim/JSBSim/utils/aeromatic++/version,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** version 5 Jun 2016 20:00:13 -0000 1.13
--- version 6 Jul 2016 07:44:56 -0000 1.14
***************
*** 1 ****
! 3.3.0
--- 1 ----
! 3.2.7
|