aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/source/obj_size.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2007-07-12 11:14:08 +0000
committerThomas Grill <xovo@users.sourceforge.net>2007-07-12 11:14:08 +0000
commit5215c890fc1a0b5edaab3c0331b9ff32eb8ad7cd (patch)
treeca8b27b2fc31014033dc6c086b0b332e50e58e75 /externals/grill/vasp/source/obj_size.cpp
parent09647a5d6298e5c5244b3d8e15616f95d00f6372 (diff)
updated usage examples
updated date! added Glenn Meader's example patcher resurrected help message functionality examples updates fixed broken help file names corrected help patches, added sound enhancer VC7 project files fixed help names svn path=/trunk/; revision=8040
Diffstat (limited to 'externals/grill/vasp/source/obj_size.cpp')
-rw-r--r--externals/grill/vasp/source/obj_size.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/externals/grill/vasp/source/obj_size.cpp b/externals/grill/vasp/source/obj_size.cpp
index 99d05860..af4ba62e 100644
--- a/externals/grill/vasp/source/obj_size.cpp
+++ b/externals/grill/vasp/source/obj_size.cpp
@@ -81,7 +81,7 @@ private:
FLEXT_ATTRVAR_B(zero);
};
-FLEXT_LIB_V("vasp.size vasp.s, vasp",vasp_size)
+VASP_LIB_V("vasp.size vasp.s",vasp_size)
@@ -117,7 +117,7 @@ public:
virtual V m_help() { post("%s - Increase the size of the vector buffers",thisName()); }
};
-FLEXT_LIB_V("vasp.size+ vasp.s+, vasp",vasp_dsize)
+VASP_LIB_V("vasp.size+ vasp.s+",vasp_dsize)
@@ -170,7 +170,7 @@ protected:
FLEXT_ATTRGET_F(factor);
};
-FLEXT_LIB_V("vasp.size* vasp.s*, vasp",vasp_msize)
+VASP_LIB_V("vasp.size* vasp.s*",vasp_msize)
@@ -203,7 +203,7 @@ public:
virtual V m_help() { post("%s - Divide the size of the vector buffers",thisName()); }
};
-FLEXT_LIB_V("vasp.size/ vasp.s/, vasp",vasp_rsize)
+VASP_LIB_V("vasp.size/ vasp.s/",vasp_rsize)
@@ -261,5 +261,5 @@ public:
virtual V m_help() { post("%s - Get the buffer size of a vector",thisName()); }
};
-FLEXT_LIB("vasp.size? vasp.s?, vasp",vasp_qsize)
+VASP_LIB("vasp.size? vasp.s?",vasp_qsize)