From c10e756720fe30ad2ffdcb54d83737aaad77190b Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 21 Jan 2014 16:34:54 +0000 Subject: variable_array_type connection wrong --- NT/src/nodes.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'NT/src/nodes.h') diff --git a/NT/src/nodes.h b/NT/src/nodes.h index 4b1b2ac..0f885da 100644 --- a/NT/src/nodes.h +++ b/NT/src/nodes.h @@ -45,7 +45,10 @@ namespace Rotor{ }; const double &get_output(const Frame_parameters &frame){ result=1.0f; - for (auto var:factors->get_values()) result*=var.get(frame); + for (auto val:factors->get_values()) { + std::cerr<<"got value: "<