Skip to content
Snippets Groups Projects
Commit fb530724 authored by Beerwerth, Randolf's avatar Beerwerth, Randolf
Browse files

Fix line length 2

parent 47c3757a
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,8 @@ public: ...@@ -40,7 +40,8 @@ public:
//! Computes refraction angle reflection/transmission coefficients //! Computes refraction angle reflection/transmission coefficients
//! for given sliced multilayer and wavevector k //! for given sliced multilayer and wavevector k
ISpecularStrategy::coeffs_t Execute(const std::vector<Slice>& slices, const kvector_t& k) const; ISpecularStrategy::coeffs_t Execute(const std::vector<Slice>& slices,
const kvector_t& k) const;
//! Computes refraction angle reflection/transmission coefficients //! Computes refraction angle reflection/transmission coefficients
//! for given sliced multilayer and a set of kz projections corresponding to each slice //! for given sliced multilayer and a set of kz projections corresponding to each slice
......
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