From a1027bceebb36afc4fa9d082277478abd8101eda Mon Sep 17 00:00:00 2001 From: Justin Berger Date: Fri, 20 Apr 2018 22:31:18 -0600 Subject: Enabled and then cleaned up warnings --- src/survive_cal.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/survive_cal.c') diff --git a/src/survive_cal.c b/src/survive_cal.c index faf2ac7..ad62d22 100755 --- a/src/survive_cal.c +++ b/src/survive_cal.c @@ -417,7 +417,6 @@ static void handle_calibration( struct SurviveCalData *cd ) mkdir( "calinfo", 0755 ); #endif int sen, axis, lh; - FLT temp_syncs[SENSORS_PER_OBJECT][NUM_LIGHTHOUSES]; //Just to get it out of the way early, we'll calculate the sync-pulse-lengths here. FILE * sync_time_info = fopen( "calinfo/synctime.csv", "w" ); @@ -620,7 +619,6 @@ static void handle_calibration( struct SurviveCalData *cd ) fsd.lengths[i][j][1] = cd->avglens[dataindex+1]; fsd.angles[i][j][0] = cd->avgsweeps[dataindex + 0]; fsd.angles[i][j][1] = cd->avgsweeps[dataindex + 1]; - fsd.synctimes[i][j] = temp_syncs[i][j]; } int r = cd->ConfigPoserFn( cd->poseobjects[obj], (PoserData*)&fsd ); -- cgit v1.2.3