aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/source
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2002-12-13 04:35:41 +0000
committerThomas Grill <xovo@users.sourceforge.net>2002-12-13 04:35:41 +0000
commit04d3091862f2288c0195fa58e39bfe3fc71213a1 (patch)
tree20dbfcd6bc2c6a754ab3b813a0e101a41ce227f3 /externals/grill/vasp/source
parent41086e91d04b3c5f10fdf054260e90c0970e5ac6 (diff)
""
svn path=/trunk/; revision=298
Diffstat (limited to 'externals/grill/vasp/source')
-rw-r--r--externals/grill/vasp/source/obj_split.cpp2
-rw-r--r--externals/grill/vasp/source/obj_sync.cpp2
2 files changed, 2 insertions, 2 deletions
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);