aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/source/buflib.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2002-12-04 08:12:34 +0000
committerThomas Grill <xovo@users.sourceforge.net>2002-12-04 08:12:34 +0000
commitabdc387d7fabe5f18cc3cb448c15aa898f9fdaaa (patch)
tree1a0ca90ebf51f61cce92ead61d4fd75e2c0987ac /externals/grill/vasp/source/buflib.h
parent0af60cd02d714f0ca13bfff9f3e12c84357ba176 (diff)
""
svn path=/trunk/; revision=273
Diffstat (limited to 'externals/grill/vasp/source/buflib.h')
-rw-r--r--externals/grill/vasp/source/buflib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/vasp/source/buflib.h b/externals/grill/vasp/source/buflib.h
index f64bd8d1..b53be9c8 100644
--- a/externals/grill/vasp/source/buflib.h
+++ b/externals/grill/vasp/source/buflib.h
@@ -24,12 +24,12 @@ namespace BufLib
{
VBuffer *Get(const VSymbol &s,I chn = 0,I len = -1,I offs = 0);
- BufEntry *NewImm(I fr);
+ BufEntry *NewImm(I fr,BL zero = true);
V IncRef(t_symbol *s);
V DecRef(t_symbol *s);
- BufEntry *Resize(BufEntry *e,I fr,BL keep = false);
+ BufEntry *Resize(BufEntry *e,I fr,BL keep = false,BL zero = true);
}