aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/source/buflib.h
diff options
context:
space:
mode:
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);
}