From 43b866d1997e82bfebd6c40881e33a0edd2bf340 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 6 May 2016 08:33:15 -0700 Subject: 2932 More consistent labeling of waypoints. Use types only when you need to distinguish between function overloadings. Otherwise just use variable names unless it's truly not apparent what they are (like that the result is a recipe in "End Rewrite Instruction"). --- 029tools.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '029tools.cc') diff --git a/029tools.cc b/029tools.cc index cb24fd85..faab1eb0 100644 --- a/029tools.cc +++ b/029tools.cc @@ -81,7 +81,7 @@ def main [ string print_mu(const reagent& r, const vector& data) { if (is_literal(r)) return r.name+' '; - // End print Special-cases(reagent r, data) + // End print Special-cases(r, data) ostringstream out; for (long long i = 0; i < SIZE(data); ++i) out << no_scientific(data.at(i)) << ' '; -- cgit 1.4.1-2-gfad0