diff options
Diffstat (limited to 'externals/grill/vasp')
-rw-r--r-- | externals/grill/vasp/changes.txt | 1 | ||||
-rw-r--r-- | externals/grill/vasp/source/obj_split.cpp | 2 | ||||
-rw-r--r-- | externals/grill/vasp/source/obj_sync.cpp | 2 | ||||
-rw-r--r-- | externals/grill/vasp/todo.txt | 2 |
4 files changed, 5 insertions, 2 deletions
diff --git a/externals/grill/vasp/changes.txt b/externals/grill/vasp/changes.txt index e0ecafd3..26d0043d 100644 --- a/externals/grill/vasp/changes.txt +++ b/externals/grill/vasp/changes.txt @@ -13,6 +13,7 @@ Version history: - ADD: vasp.shift,vasp.xshift - attribute "fill" - ADD: vasp.tilt,vasp.xtilt - attributes "fill","inter" - ADD: vasp.offset=,vasp.frames= - attributes "dir","slope" +- CHANGE: update m_method_ virtual functions of same objects 0.1.1: - FIX: bug in resize of immediate buffers diff --git a/externals/grill/vasp/source/obj_split.cpp b/externals/grill/vasp/source/obj_split.cpp index 5cb40889..04eb3eea 100644 --- a/externals/grill/vasp/source/obj_split.cpp +++ b/externals/grill/vasp/source/obj_split.cpp @@ -133,7 +133,7 @@ public: for(I i = 0; i < cnt-1; ++i) if(vi[i]) { delete vi[i]; vi[i] = NULL; } } - virtual bool m_method_(I inlet,const t_symbol *s,I argc,t_atom *argv) + virtual bool m_method_(I inlet,const t_symbol *s,I argc,const t_atom *argv) { if(inlet > 0 && s == sym_vasp) { if(vi[inlet-1]) delete vi[inlet-1]; diff --git a/externals/grill/vasp/source/obj_sync.cpp b/externals/grill/vasp/source/obj_sync.cpp index 6dcd1bd2..9d6e3610 100644 --- a/externals/grill/vasp/source/obj_sync.cpp +++ b/externals/grill/vasp/source/obj_sync.cpp @@ -98,7 +98,7 @@ public: for(I i = 0; i < CntIn(); ++i) flags[i] = false; } - virtual bool m_method_(I inlet,const t_symbol *s,I argc,t_atom *argv) + virtual bool m_method_(I inlet,const t_symbol *s,I argc,const t_atom *argv) { if(inlet > 0 && (!vasponly || s == sym_vasp)) { Vasp *a = new Vasp(argc,argv); diff --git a/externals/grill/vasp/todo.txt b/externals/grill/vasp/todo.txt index be35393d..5f946924 100644 --- a/externals/grill/vasp/todo.txt +++ b/externals/grill/vasp/todo.txt @@ -38,6 +38,8 @@ objects: bugs: --------------------- +- vasp.join doesn't like length -1 + tests: --------------------- |