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
Coord< DIMENSIONS > pos
Definition: coordcontainer.h:11
friend class Typemaps
Definition: coordcontainer.h:9
Definition: coord.h:5
Definition: coordcontainer.h:7