diff --git a/templates/normal/experiment.cpp b/templates/normal/experiment.cpp index 0c2cb09..5224e6c 100644 --- a/templates/normal/experiment.cpp +++ b/templates/normal/experiment.cpp @@ -243,8 +243,8 @@ int main(int argc, char* argv[]) task_arguments[i] = std::vector>(job_count); } - /* Workaround, the base node action is not initialized if the node gets - * attributes set. + /* Workaround, the base node action is not initialized if node attributes + * are set explicitly. */ node.CreateAction(ACTION_ID, ActionFunction);