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

clang-format

parent 35892b79
No related branches found
No related tags found
1 merge request!1707clarify polarized T/R computation, and other improvements to the reference
Pipeline #103216 passed
...@@ -41,9 +41,9 @@ Fluxes polarizedFluxes(const SliceStack& slices, const R3& k, bool forward); ...@@ -41,9 +41,9 @@ Fluxes polarizedFluxes(const SliceStack& slices, const R3& k, bool forward);
//! Computes the Fresnel R coefficient for the top layer only //! Computes the Fresnel R coefficient for the top layer only
//! Introduced in order to speed up pure reflectivity computations //! Introduced in order to speed up pure reflectivity computations
SpinMatrix polarizedReflectivity( SpinMatrix polarizedReflectivity(const SliceStack& slices, const std::vector<complex_t>& kzs,
const SliceStack& slices, const std::vector<complex_t>& kzs, bool forward); bool forward);
} // namespace Compute::SpecularMagnetic } // namespace Compute
#endif // BORNAGAIN_RESAMPLE_SPECULAR_COMPUTEFLUXMAGNETIC_H #endif // BORNAGAIN_RESAMPLE_SPECULAR_COMPUTEFLUXMAGNETIC_H
...@@ -37,6 +37,6 @@ Fluxes scalarFluxes(const SliceStack& slices, const R3& k); ...@@ -37,6 +37,6 @@ Fluxes scalarFluxes(const SliceStack& slices, const R3& k);
//! Introduced in order to speed up pure reflectivity computations. //! Introduced in order to speed up pure reflectivity computations.
complex_t scalarReflectivity(const SliceStack& slices, const std::vector<complex_t>& kz); complex_t scalarReflectivity(const SliceStack& slices, const std::vector<complex_t>& kz);
} // namespace Compute::SpecularScalar } // namespace Compute
#endif // BORNAGAIN_RESAMPLE_SPECULAR_COMPUTEFLUXSCALAR_H #endif // BORNAGAIN_RESAMPLE_SPECULAR_COMPUTEFLUXSCALAR_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment