Open daviddoria opened 13 years ago
On line 232 of Node.cpp there is:
for (int pi = 0; pi < pLabelNum; ++pi)
I'm assuming 'pi' is short for patchIndex? You'd probably want to change it so it doesn't clash with someone having the mathematical symbol 3.14 defined.
"will change to pIndex and qIndex" ~Darren
On line 232 of Node.cpp there is:
for (int pi = 0; pi < pLabelNum; ++pi)
I'm assuming 'pi' is short for patchIndex? You'd probably want to change it so it doesn't clash with someone having the mathematical symbol 3.14 defined.