From cd9bb850caeca88747a25436fc65c67c6d5cd89a Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 27 Aug 2016 20:49:03 -0700 Subject: 3266 --- html/050scenario.cc.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'html/050scenario.cc.html') diff --git a/html/050scenario.cc.html b/html/050scenario.cc.html index a660cefb..1ec3e9b2 100644 --- a/html/050scenario.cc.html +++ b/html/050scenario.cc.html @@ -213,9 +213,9 @@ Hide_missing_default_space_errors = false(tmp.front()); if (!Hide_errors && trace_count("error") > 0) Passed = false; + // End Mu Test Teardown if (!Passed) ++Num_failures; - // End Mu Test Teardown if (not_already_inside_test && Trace_stream) { teardown(); if (Save_trace) { @@ -236,10 +236,10 @@ Hide_missing_default_space_errors = false// Special Scenario Variable Names(r) // End Special Scenario Variable Names(r) } -:(before "Done Placing Ingredient(inst, in, caller)") -maybe_make_raw(inst.ingredients.at(in), caller); -:(before "Done Placing Product(inst, out, caller)") -maybe_make_raw(inst.products.at(out), caller); +:(before "Done Placing Ingredient(ingredient, inst, caller)") +maybe_make_raw(ingredient, caller); +:(before "Done Placing Product(product, inst, caller)") +maybe_make_raw(product, caller); :(code) void maybe_make_raw(reagent& r, const recipe& caller) { if (!is_special_name(r.name)) return; -- cgit 1.4.1-2-gfad0