about summary refs log tree commit diff stats
path: root/038scheduler.cc
diff options
context:
space:
mode:
Diffstat (limited to '038scheduler.cc')
-rw-r--r--038scheduler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/038scheduler.cc b/038scheduler.cc
index c6f903d9..cee4f8f8 100644
--- a/038scheduler.cc
+++ b/038scheduler.cc
@@ -165,7 +165,7 @@ case START_RUNNING: {
     new_routine->calls.front().ingredient_atoms.push_back(ingredients.at(i));
     reagent ingredient = current_instruction().ingredients.at(i);
     canonize_type(ingredient);
-    new_routine->calls.front().ingredient_types.push_back(ingredient.type);
+    new_routine->calls.front().ingredients.push_back(ingredient);
     ingredient.type = NULL;  // release long-lived pointer
   }
   Routines.push_back(new_routine);