tracers.py icon indicating copy to clipboard operation
tracers.py copied to clipboard

Array1DTracer Should Not Subclass Array2DTracer

Open MarkKoz opened this issue 6 years ago • 1 comments
trafficstars

It ends up inheriting functions which are not applicable to it (selectRow, selectCol, etc).

MarkKoz avatar Jul 28 '19 02:07 MarkKoz

Yea I also noticed the issue and made Array1DTracer in tracers.js directly extend Tracer. I haven't fixed tracers.java and tracers.cpp, but I will fix them as well.

64json avatar Jul 28 '19 07:07 64json