about summary refs log tree commit diff stats
path: root/020run.cc
diff options
context:
space:
mode:
Diffstat (limited to '020run.cc')
-rw-r--r--020run.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/020run.cc b/020run.cc
index 44f8667b..8a37c828 100644
--- a/020run.cc
+++ b/020run.cc
@@ -217,6 +217,7 @@ long long int size_of(const vector<type_ordinal>& types) {
 }
 
 bool size_mismatch(const reagent& x, const vector<double>& data) {
+//?   if (size_of(x) != SIZE(data)) cerr << SIZE(data) << '\n'; //? 1
   return size_of(x) != SIZE(data);
 }