Dune::Copasi
Loading...
Searching...
No Matches
axis_names.hh
Go to the documentation of this file.
1#ifndef DUNE_COPASI_COMMON_AXIS_NAMES_HH
2#define DUNE_COPASI_COMMON_AXIS_NAMES_HH
3
4#include <vector>
5#include <string>
6
7namespace Dune::Copasi {
8
9extern std::vector<std::string> axis_names;
10
11} // namespace Dune::Copasi
12
13#endif // DUNE_COPASI_COMMON_AXIS_NAMES_HH
Definition axis_names.hh:7
std::vector< std::string > axis_names