Class documentation of Concepts

Loading...
Searching...
No Matches
subdivision.hh
Go to the documentation of this file.
1
7#ifndef subdivision_hh
8#define subdivision_hh
9
11
12namespace concepts {
13
14 // *********************************************************** Subdivision **
15
20 class Subdivision : public OutputOperator {
21 };
22
23} // namespace concepts
24
25#endif // subdivision_hh