From: <mk...@us...> - 2003-10-19 20:34:05
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim/Source In directory sc8-pr-cvs1:/tmp/cvs-serv11577 Modified Files: Tag: systems LandingGear.cpp Log Message: Index: LandingGear.cpp =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Source/LandingGear.cpp,v retrieving revision 1.13.2.2 retrieving revision 1.13.2.3 diff -C2 -d -r1.13.2.2 -r1.13.2.3 *** LandingGear.cpp 29 Sep 2003 06:46:11 -0000 1.13.2.2 --- LandingGear.cpp 19 Oct 2003 20:12:17 -0000 1.13.2.3 *************** *** 574,578 **** BIND_ACTION("GEAR_DOWN", GearDown); BIND_ACTION("GEAR_TOGGLE", GearToggle); - std::cout << "CREATED GEAR DYNAMICS\n"; } --- 574,577 ---- |