Bug #273
error C2143: syntax error : missing ')' before ';'
| Status: | Closed | Start: | 05/16/2009 | |
| Priority: | High | Due date: | ||
| Assigned to: | - | % Done: | 100% |
|
| Category: | - | Spent time: | 0.01 hour | |
| Target version: | - | |||
Description
In file Tracking.cpp line 220 there is missing ')'.
trackedBlobs[i].maccel = sqrtf((tD.x* tD.x)+(tD.y*tD.y)/(ofGetElapsedTimef() - trackedBlobs[i].lastTimeTimeWasChecked);
should be:
trackedBlobs[i].maccel = sqrtf((tD.x* tD.x)+(tD.y*tD.y)/(ofGetElapsedTimef() - trackedBlobs[i].lastTimeTimeWasChecked));
History
Updated by Anonymous over 4 years ago
woops, sorry bout that.. Xcode compiled it fine, heh... new fix is up.. Revision r179
Updated by Artem Titoulenko over 4 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
ok fixed...
Updated by Artem Titoulenko over 3 years ago
- Status changed from Resolved to Closed
