File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1010** and condition of the ChartDirector license.
1111*/
1212
13- #include " randomwalk.h"
14-
1513#include < wx/stopwatch.h>
1614
15+ #include " randomwalk.h"
16+ #include < math.h>
17+
1718// The period of the data series in milliseconds. This random series implementation just use the
1819// windows timer for timing. In many computers, the default windows timer resolution is 1/64 sec,
1920// or 15.6ms. This means the interval may not be exactly accurate.
Original file line number Diff line number Diff line change 1313#include < wx/stopwatch.h>
1414
1515#include " randomwave.h"
16+ #include < math.h>
1617
1718// The period of the data series in milliseconds. This random series implementation just use the
1819// windows timer for timing. In many computers, the default windows timer resolution is 1/64 sec,
You can’t perform that action at this time.
0 commit comments