gfields
gfieldOptions.h
Go to the documentation of this file.
1 #ifndef GFIELDOPTIONS_H
2 #define GFIELDOPTIONS_H 1
3 
4 // glibrary
5 #include "goptions.h"
6 #include "gfield_multipoles.h"
7 
8 namespace gfields {
9 
10  vector<GFieldDefinition> get_GFieldDefinition(GOptions *gopts);
11 
12  GOptions defineOptions();
13 }
14 
15 
16 #endif
vector< GFieldDefinition > get_GFieldDefinition(GOptions *gopts)
GOptions defineOptions()