From cfdbf0f9c52288efaa57eba3a9c913790f034cf2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 29 Feb 2016 11:27:36 +0200 Subject: Rename level[1-2]() to l[1-2]() --- brep/module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'brep') diff --git a/brep/module b/brep/module index f0479ef..4ea5164 100644 --- a/brep/module +++ b/brep/module @@ -83,8 +83,8 @@ namespace brep // uint16_t verb_ = 0; - template void level1 (const F& f) const {if (verb_ >= 1) f ();} - template void level2 (const F& f) const {if (verb_ >= 2) f ();} + template void l1 (const F& f) const {if (verb_ >= 1) f ();} + template void l2 (const F& f) const {if (verb_ >= 2) f ();} // Set to true when the module is successfully initialized. // -- cgit v1.1