From fd2cba359fbf6897741dbd14f23f32a9ce638e14 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 8 Apr 2015 00:37:25 -0700 Subject: 1036 --- cpp/011load | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp') diff --git a/cpp/011load b/cpp/011load index 28f63521..c111ba42 100644 --- a/cpp/011load +++ b/cpp/011load @@ -60,6 +60,7 @@ recipe_number add_recipe(istream& in) { instruction curr; while (next_instruction(in, &curr)) { +//? if (!curr.products.empty()) cout << curr.products[0].to_string() << '\n'; //? 1 Recipe[r].steps.push_back(curr); } Recipe[r].name = recipe_name; -- cgit 1.4.1-2-gfad0