From 04d3091862f2288c0195fa58e39bfe3fc71213a1 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Fri, 13 Dec 2002 04:35:41 +0000 Subject: "" svn path=/trunk/; revision=298 --- externals/grill/vasp/source/obj_split.cpp | 2 +- externals/grill/vasp/source/obj_sync.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'externals/grill/vasp/source') 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); -- cgit v1.2.1