Commits

Suminori Nishie authored 33a72d04e2e
Removed print
No tags

code/synthesis/Utilities/test/PointingDirectionCalculator_GTest.cc

Modified
2049 2049 //***********************************************************************
2050 2050 // when dt come close to 1.0 (27-MAR-2019)
2051 2051 // - Main Loop must be smaller, otherwise 'take final' happens (=Overflow)
2052 2052 // - Number of decreasing is up to Interval ratio.
2053 2053 //***********************************************************************
2054 2054
2055 2055 // Adjust end of row to to stop loop //
2056 2056
2057 2057 uInt LoopCnt = getRequiredMainTestingRow() - getIntervalAdjust() ;
2058 2058
2059 - printf( "for (LoopCnt=%d) \n",LoopCnt);
2060 2059 for (uInt row=0; row < LoopCnt ; row++)
2061 2060 {
2062 2061 // Direction(1) by getDirection //
2063 2062
2064 2063 Double calculated_1 = DirList1(row,0);
2065 2064 Double calculated_2 = DirList1(row,1);
2066 2065
2067 2066 // Direction by generated/estimated //
2068 2067
2069 2068 auto gen_out2 = pseudoPointingInfoMain2 ((Double)row + div); // dt:Interpolation offset (sec)

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut