Memosa-FVM  0.2
StructureFields.h
Go to the documentation of this file.
1 // This file os part of FVM
2 // Copyright (c) 2012 FVM Authors
3 // See LICENSE file for terms.
4 
5 #ifndef _STRUCTUREFIELDS_H_
6 #define _STRUCTUREFIELDS_H_
7 
8 
9 #include "Field.h"
10 
12 {
13  StructureFields(const string baseName);
14 
40 };
41 
42 #endif
Definition: Field.h:14
StructureFields(const string baseName)