netxsimdg
Loading...
Searching...
No Matches
OutputSpec.hpp
Go to the documentation of this file.
1
8#ifndef OUTPUTSPEC_HPP
9#define OUTPUTSPEC_HPP
10
11namespace Nextsim {
12// TODO: Replace this with a more fine grained output specification class
13typedef bool OutputSpec;
14
15}
16
17#endif /* OUTPUTSPEC_HPP */