From 2c678a4e1d7f97c862342ee19cf2d6ee6e901d85 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 29 May 2017 14:21:32 -0700 Subject: 3897 - various updates to documentation --- html/012transform.cc.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'html/012transform.cc.html') diff --git a/html/012transform.cc.html b/html/012transform.cc.html index c22f076a..15690ce3 100644 --- a/html/012transform.cc.html +++ b/html/012transform.cc.html @@ -105,7 +105,7 @@ if ('onhashchange' in window) { 46 void transform_all() { 47 trace(9990, "transform") << "=== transform_all()" << end(); 48 // Begin transform_all - 49 for (int t = 0; t < SIZE(Transform); ++t) { + 49 for (int t = 0; t < SIZE(Transform); ++t) { 50 ¦ for (map<recipe_ordinal, recipe>::iterator p = Recipe.begin(); p != Recipe.end(); ++p) { 51 ¦ ¦ recipe& r = p->second; 52 ¦ ¦ if (r.transformed_until != t-1) continue; @@ -135,12 +135,12 @@ if ('onhashchange' in window) { 76 for (map<recipe_ordinal, recipe>::iterator p = Recipe.begin(); p != Recipe.end(); ++p) { 77 ¦ recipe& r = p->second; 78 ¦ if (r.steps.empty()) continue; - 79 ¦ for (int index = 0; index < SIZE(r.steps); ++index) { + 79 ¦ for (int index = 0; index < SIZE(r.steps); ++index) { 80 ¦ ¦ instruction& inst = r.steps.at(index); - 81 ¦ ¦ for (int i = 0; i < SIZE(inst.ingredients); ++i) { + 81 ¦ ¦ for (int i = 0; i < SIZE(inst.ingredients); ++i) { 82 ¦ ¦ ¦ populate_value(inst.ingredients.at(i)); 83 ¦ ¦ } - 84 ¦ ¦ for (int i = 0; i < SIZE(inst.products); ++i) { + 84 ¦ ¦ for (int i = 0; i < SIZE(inst.products); ++i) { 85 ¦ ¦ ¦ populate_value(inst.products.at(i)); 86 ¦ ¦ } 87 ¦ } -- cgit 1.4.1-2-gfad0