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"). --- 030container.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '030container.cc') diff --git a/030container.cc b/030container.cc index 3e779871..a31d409e 100644 --- a/030container.cc +++ b/030container.cc @@ -122,7 +122,7 @@ Container_metadata = Container_metadata_snapshot; //: do no work in size_of, simply lookup Container_metadata -:(before "End size_of(reagent) Cases") +:(before "End size_of(reagent r) Cases") if (r.metadata.size) return r.metadata.size; :(before "End size_of(type) Cases") -- cgit 1.4.1-2-gfad0