mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
More coding style conformance
This commit is contained in:
@@ -151,7 +151,7 @@ bool TSP::construct() {
|
||||
// Loop over the OTs (one per BST node)
|
||||
for (unsigned int OT = 0; OT<numBSTNodes_; ++OT) {
|
||||
|
||||
// Start at the root of each OT
|
||||
// Start at the root of each OT
|
||||
unsigned int OTNode = OT*numOTNodes_;
|
||||
|
||||
// Calculate BST level (first level is level 0)
|
||||
|
||||
Reference in New Issue
Block a user