Skip to content
Snippets Groups Projects
Commit 14ef929f authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

expand using

parent 38e7a957
No related branches found
No related tags found
No related merge requests found
......@@ -37,8 +37,7 @@ public:
virtual ~ISpecularStrategy() = default;
ISpecularStrategy(const ISpecularStrategy& other) = delete;
using coefficient_type = ILayerRTCoefficients;
using coefficient_pointer_type = std::unique_ptr<const coefficient_type>;
using coefficient_pointer_type = std::unique_ptr<const ILayerRTCoefficients>;
using coeffs_t = std::vector<coefficient_pointer_type>;
virtual coeffs_t Execute(const std::vector<Slice>& slices, const kvector_t& k) const = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment