From b199203ab14138f0b5dc122339308194c835e9ee Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 17 Aug 2004 04:11:28 +0000 Subject: "" svn path=/trunk/; revision=1956 --- externals/grill/pool/source/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'externals/grill/pool/source/main.cpp') diff --git a/externals/grill/pool/source/main.cpp b/externals/grill/pool/source/main.cpp index 3b7670d2..eb3ae8e6 100644 --- a/externals/grill/pool/source/main.cpp +++ b/externals/grill/pool/source/main.cpp @@ -11,7 +11,7 @@ WARRANTIES, see the file, "license.txt," in this distribution. #include "pool.h" #include -#define POOL_VERSION "0.2.0" +#define POOL_VERSION "0.2.1pre" #define VCNT 64 #define DCNT 16 @@ -703,6 +703,7 @@ I pool::getsub(const S *tag,I level,BL order,get_t how,const AtomList &rdir) for(I i = 0; i < cnt; ++i) { AtomList ndir(absdir?gldir:rdir); ndir.Append(*r[i]); + ++ret; if(how == get_norm) { ToOutAnything(3,tag,0,NULL); -- cgit v1.2.1