Commit c1453437 by Tobias Langer

More verbose comments.

parent 9dd111c8
...@@ -243,8 +243,8 @@ int main(int argc, char* argv[]) ...@@ -243,8 +243,8 @@ int main(int argc, char* argv[])
task_arguments[i] = std::vector<std::pair<int,int>>(job_count); task_arguments[i] = std::vector<std::pair<int,int>>(job_count);
} }
/* Workaround, the base node action is not initialized if the node gets /* Workaround, the base node action is not initialized if node attributes
* attributes set. * are set explicitly.
*/ */
node.CreateAction(ACTION_ID, ActionFunction); node.CreateAction(ACTION_ID, ActionFunction);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment