From 731926ae84258219a2b3baf8fa52dcc87189e073 Mon Sep 17 00:00:00 2001 From: remicres Date: Fri, 2 Sep 2016 11:14:38 +0000 Subject: [PATCH] DOC: update comments --- include/lsgrmController.txx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/lsgrmController.txx b/include/lsgrmController.txx index 93c4eab..1f3e81d 100644 --- a/include/lsgrmController.txx +++ b/include/lsgrmController.txx @@ -209,9 +209,10 @@ void Controller::RunSegmentation() /* * Compute the memory occupied by one node - * TODO: compute the exact value, e.g. experimental measures shows that + * TODO: compute the exact value, e.g. on a given UNIX system, + * experimental measures shows that * for one Baatz node (+pixel) memory is about 700-730 bytes... - * And our estimation is of 456! + * And our estimation is about 600 */ template unsigned int Controller::GetNodeMemory() -- GitLab