FooBar
coordcontainer.h
Go to the documentation of this file.
1 #ifndef _coordcontainer_
2 #define _coordcontainer_
3 
4 include "coord.h"
5 
6 template<int DIMENSIONS>
8 {
9  friend class Typemaps;
10 
12 };
13 
14 #endif