atlas  0.6
partition_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 PARTITION_FWD_H /* guard against multiple inclusions */
9 #define PARTITION_FWD_H
10 
11 /******** forward type declarations ******************************************/
12 
13 namespace atlas {
14 
15 namespace partition {
16  class Partition;
17  class PartitionIterator;
18 }
19 
20 }
21 
22 #endif
Definition: Poincare.cpp:13
Definition: Atlas.h:38