atlas  0.6
ratvec_fwd.h
Go to the documentation of this file.
1 
5 /*
6  Copyright (C) 2011 Marc van Leeuwen
7  part of the Atlas of Lie Groups and Representations
8 
9  For license information see the LICENSE file
10 */
11 
12 #ifndef RATVEC_FWD_H /* guard against multiple inclusions */
13 #define RATVEC_FWD_H
14 
15 /******** forward type declarations ******************************************/
16 
17 namespace atlas {
18 
19 namespace ratvec {
20 
21  template<typename C> class RationalVector;
22 
23 }
24 
25 }
26 
27 #endif
Definition: Atlas.h:38