From c60e18850cc3207fb6b52f72c5400cc88da923cc Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 11 Jul 2015 22:58:04 -0700 Subject: 1764 - editor now updates all sandboxes Finally, albeit too late for my demo. --- 021arithmetic.cc | 1 + 1 file changed, 1 insertion(+) (limited to '021arithmetic.cc') diff --git a/021arithmetic.cc b/021arithmetic.cc index 01202f33..0701e82a 100644 --- a/021arithmetic.cc +++ b/021arithmetic.cc @@ -7,6 +7,7 @@ Recipe_ordinal["add"] = ADD; :(before "End Primitive Recipe Implementations") case ADD: { double result = 0; +//? if (!tb_is_active()) cerr << ingredients.at(1).at(0) << '\n'; //? 1 for (long long int i = 0; i < SIZE(ingredients); ++i) { assert(scalar(ingredients.at(i))); result += ingredients.at(i).at(0); -- cgit 1.4.1-2-gfad0