Commit 4a5ff1b5 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

tidy up

Showing with 1 addition and 1 deletion
+1 -1
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
#include <unordered_map> #include <unordered_map>
#include <vector> #include <vector>
#include <optional>
#include <xtensor/xexpression.hpp> #include <xtensor/xexpression.hpp>
#include <xtensor/xtensor.hpp> #include <xtensor/xtensor.hpp>
...@@ -160,6 +159,7 @@ namespace evalhyd ...@@ -160,6 +159,7 @@ namespace evalhyd
const std::vector<std::string>& dts = {} const std::vector<std::string>& dts = {}
) )
{ {
// retrieve real types of the expressions
const D2& q_obs_ = q_obs.derived_cast(); const D2& q_obs_ = q_obs.derived_cast();
const D2& q_prd_ = q_prd.derived_cast(); const D2& q_prd_ = q_prd.derived_cast();
......
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