feat(config): config class added
At many points in the code we may want configurable options, the Config class usses a yaml file to make this easy. It also allows for namespace references "opac:lowtemp:file" etc...
This commit is contained in:
@@ -5,4 +5,5 @@ subdir('resources')
|
||||
subdir('dobj')
|
||||
subdir('const')
|
||||
subdir('opatIO')
|
||||
subdir('meshIO')
|
||||
subdir('meshIO')
|
||||
subdir('config')
|
||||
Reference in New Issue
Block a user