*** empty log message ***

This commit is contained in:
Roger Hughston 2005-05-24 19:07:39 +00:00
parent 4efd23971b
commit b52102971a
4 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,3 @@
forcetype ConstPointerToArray< float >
forcetype PointerToArray< float >
forcetype PointerToBase< RefCountObj< pvector < float >>>

View File

@ -0,0 +1,2 @@
forcetype PointerToArray<double>
forcetype PointerToBase<RefCountObj<pvector<double>>>

View File

@ -0,0 +1,2 @@
forcetype PointerToArray< unsigned short int>
forcetype PointerToBase<RefCountObj<pvector<unsigned short int>>>

View File

@ -0,0 +1,3 @@
forcetype PointerToArray< int >
forcetype ConstPointerToArray< int >
forcetype PointerToBase<RefCountObj<pvector<int>>>