Skip to content

Commit 4c6b7ba

Browse files
committed
Some fixes
1 parent 81551d8 commit 4c6b7ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/TSignalLine.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Point TSignalLine::at(unsigned int index){ return _points[index]; }
4545

4646
// TODO: Make it work with different initPhases (more than inaccuracy) + see also other files that using eqlals() method
4747
// TODO: Make accuracy work when params are equal to 0
48+
// TODO: Move inacuracy to args
4849
bool TSignalLine::equals(TSignalLine* sl) {
4950
double left, right;
5051

0 commit comments

Comments
 (0)