Compare 2d array

This commit is contained in:
Chris Teubert
2015-04-29 16:26:24 -07:00
committed by Jason Watkins
parent 62a7f26289
commit 93c54e315a

View File

@@ -599,7 +599,7 @@ int psendPOSITest() // sendPOSI test
{ {
// Note: Because the sim was paused when both of these were read, we really do expect *exactly* // Note: Because the sim was paused when both of these were read, we really do expect *exactly*
// the same value even though we are comparing floats. // the same value even though we are comparing floats.
if (data[i][0] != loc[i]) if (data[i][0] != loc[i][0])
{ {
return -i - 21; return -i - 21;
} }