mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-02 06:16:17 -04:00
--Code changes
-Remove all dependencies on Intel Threading Building Blocks. -Write our own version of parallel_for().
This commit is contained in:
@ -102,7 +102,7 @@ public:
|
||||
TopArrow(int width, size_t index)
|
||||
{
|
||||
QPolygon area;
|
||||
const auto center = 10;
|
||||
constexpr int center = 10;
|
||||
const auto mid = width / 2;
|
||||
const auto left = center - mid;
|
||||
const auto right = center + mid;
|
||||
|
Reference in New Issue
Block a user