atlas
0.6
Main Page
Namespaces
Classes
Files
File List
File Members
latest_branch_07182016
sources
utilities
free_abelian_fwd.h
Go to the documentation of this file.
1
/*
2
This is free_abelian_fwd.h
3
4
Copyright (C) 2011 Marc van Leeuwen
5
part of the Atlas of Lie Groups and Representations
6
7
For license information see the LICENSE file
8
*/
9
10
#ifndef FREE_ABELIAN_FWD_H
/* guard against multiple inclusions */
11
#define FREE_ABELIAN_FWD_H
12
13
#include <functional>
14
15
namespace
atlas
{
16
17
namespace
free_abelian {
18
19
template
<
typename
T,
typename
C=
long
int
,
typename
Compare=std::less<T> >
20
struct
Free_Abelian;
21
}
22
23
}
24
25
#endif
atlas
Definition:
Atlas.h:38
Generated by
1.8.11