Commit c5b3a335 authored by stoutjesdijk's avatar stoutjesdijk 🎧
Browse files

undoing previous change

parent 8c434ab3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -575,6 +575,13 @@ int main(

    convert_backslash( args.inputFilePath );
    convert_backslash( args.outputFilePath );
#ifndef FIX_I109_ORIENTATION_TRACKING
    /* disable 'refrotequal' test cases */
    if ( strstr(args.headRotationFilePath, "azi+2-ele+2-every-100-frames.csv") != NULL)
    {
        memset(args.headRotationFilePath, '\0', sizeof(args.headRotationFilePath));
    }
#endif
    convert_backslash( args.headRotationFilePath );
#ifdef FIX_I109_ORIENTATION_TRACKING
    convert_backslash( args.referenceRotationFilePath );