From: Dominic L. <ma...@us...> - 2004-11-02 14:10:19
|
Update of /cvsroot/robotflow/RobotFlow/MARIE/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8760 Modified Files: extractMarieDataIR.cpp extractMarieDataSonar.cpp Log Message: fixed addInput / addOutput cut&paste problems Index: extractMarieDataIR.cpp =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/MARIE/src/extractMarieDataIR.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** extractMarieDataIR.cpp 29 Oct 2004 14:07:20 -0000 1.1 --- extractMarieDataIR.cpp 2 Nov 2004 14:10:05 -0000 1.2 *************** *** 73,77 **** //outputs ! m_rangesID = addInput("RANGES"); } --- 73,77 ---- //outputs ! m_rangesID = addOutput("RANGES"); } Index: extractMarieDataSonar.cpp =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/MARIE/src/extractMarieDataSonar.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** extractMarieDataSonar.cpp 28 Oct 2004 20:30:07 -0000 1.1 --- extractMarieDataSonar.cpp 2 Nov 2004 14:10:05 -0000 1.2 *************** *** 73,77 **** //outputs ! m_rangesID = addInput("RANGES"); } --- 73,77 ---- //outputs ! m_rangesID = addOutput("RANGES"); } |