From 98f3a94201df11501d417ac2e75a756ab54ac873 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 12 May 2015 17:52:26 -0700 Subject: 1359 --- 020run.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/020run.cc b/020run.cc index 3e220f28..ba1e0048 100644 --- a/020run.cc +++ b/020run.cc @@ -65,7 +65,9 @@ void run_current_routine() trace("run") << "instruction " << current_recipe_name() << '/' << current_step_index(); trace("run") << current_instruction().to_string(); assert(Memory[0] == 0); - // Read all ingredients. + // Read all ingredients from memory. + // Each ingredient loads a vector of values rather than a single value; mu + // permits operating on reagents spanning multiple locations. vector > ingredients; for (index_t i = 0; i < current_instruction().ingredients.size(); ++i) { trace("run") << "ingredient " << i << " is " << current_instruction().ingredients.at(i).name; -- cgit 1.4.1-2-gfad0