atlas  0.6
permutations_fwd.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2011 Marc van Leeuwen
3  part of the Atlas of Lie Groups and Representations
4 
5  For license information see the LICENSE file
6 */
7 
8 #ifndef PERMUTATIONS_FWD_H /* guard against multiple inclusions */
9 #define PERMUTATIONS_FWD_H
10 
11 /******** forward type declarations ******************************************/
12 
13 namespace atlas {
14 
15 namespace permutations {
16  struct Permutation;
17 }
18 
19 }
20 
21 #endif
Definition: Atlas.h:38