about summary refs log tree commit diff stats
path: root/cpp/012transform
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/012transform')
-rw-r--r--cpp/012transform1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/012transform b/cpp/012transform
index e9b74776..7fa979c7 100644
--- a/cpp/012transform
+++ b/cpp/012transform
@@ -16,6 +16,7 @@ vector<transform_fn> Transform;
 
 :(code)
 void transform_all() {
+//?   cout << "AAA transform_all\n"; //? 1
   for (size_t t = 0; t < Transform.size(); ++t) {
     for (unordered_map<recipe_number, recipe>::iterator p = Recipe.begin(); p != Recipe.end(); ++p) {
       recipe& r = p->second;