From a802f0cedc7b5580d746f46ae62fcf8074ae3c49 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 2 Mar 2017 04:41:24 -0800 Subject: 3749 --- 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 c7aa2a27..d8e1dd2c 100644 --- a/html/012transform.cc.html +++ b/html/012transform.cc.html @@ -101,9 +101,9 @@ if ('onhashchange' in window) { 44 } 45 46 void transform_all() { - 47 trace(9990, "transform") << "=== transform_all()" << end(); + 47 trace(9990, "transform") << "=== transform_all()" << end(); 48 for (int t = 0; t < SIZE(Transform); ++t) { - 49 for (map<recipe_ordinal, recipe>::iterator p = Recipe.begin(); p != Recipe.end(); ++p) { + 49 for (map<recipe_ordinal, recipe>::iterator p = Recipe.begin(); p != Recipe.end(); ++p) { 50 recipe& r = p->second; 51 if (r.transformed_until != t-1) continue; 52 // End Transform Checks @@ -128,8 +128,8 @@ if ('onhashchange' in window) { 71 72 :(code) 73 void parse_int_reagents() { - 74 trace(9991, "transform") << "--- parsing any uninitialized reagents as integers" << end(); - 75 for (map<recipe_ordinal, recipe>::iterator p = Recipe.begin(); p != Recipe.end(); ++p) { + 74 trace(9991, "transform") << "--- parsing any uninitialized reagents as integers" << end(); + 75 for (map<recipe_ordinal, recipe>::iterator p = Recipe.begin(); p != Recipe.end(); ++p) { 76 recipe& r = p->second; 77 if (r.steps.empty()) continue; 78 for (int index = 0; index < SIZE(r.steps); ++index) { -- cgit 1.4.1-2-gfad0