| 126 | } |
| 127 | |
| 128 | static boost::filesystem::path get_config_path() { |
| 129 | return get_documents_path() / "OpenMC2" / "OpenMC2.config"; |
| 130 | } |
| 131 | |
| 132 | template<class T> |
| 133 | static void set_default(config_tree &tree, bool &modified, const config_tree::key_type &key, T value) { |
no test coverage detected