Commit 652fd57b authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

fix linker multiple definition problem

Showing with 1 addition and 1 deletion
+1 -1
...@@ -23,7 +23,7 @@ namespace evalhyd ...@@ -23,7 +23,7 @@ namespace evalhyd
/// Set of elements identified as required to be pre-computed. /// Set of elements identified as required to be pre-computed.
/// \param [out] required_dependencies: /// \param [out] required_dependencies:
/// Set of metrics identified as required to be pre-computed. /// Set of metrics identified as required to be pre-computed.
void find_requirements ( inline void find_requirements (
const std::vector<std::string>& metrics, const std::vector<std::string>& metrics,
std::unordered_map<std::string, std::vector<std::string>>& elements, std::unordered_map<std::string, std::vector<std::string>>& elements,
std::unordered_map<std::string, std::vector<std::string>>& dependencies, std::unordered_map<std::string, std::vector<std::string>>& dependencies,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment