diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-08 00:37:25 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-08 00:37:25 -0700 |
commit | fd2cba359fbf6897741dbd14f23f32a9ce638e14 (patch) | |
tree | f369b187c82b244a6221839ad91085d05b8894d7 | |
parent | a2be26c8876cd4da4e5966e541ee4fba60024cde (diff) | |
download | mu-fd2cba359fbf6897741dbd14f23f32a9ce638e14.tar.gz |
1036
-rw-r--r-- | cpp/011load | 1 |
1 files changed, 1 insertions, 0 deletions
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; |