From c145343769d8389830da4b149ccf1c455d893076 Mon Sep 17 00:00:00 2001 From: Tobias Langer Date: Tue, 11 Oct 2016 21:28:04 +0200 Subject: [PATCH] More verbose comments. --- templates/normal/experiment.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- libgit2 0.26.0