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

minor changes on SpecularMagneticTest

parent fb530724
No related branches found
No related tags found
No related merge requests found
#include "Base/Const/Units.h"
#include "Core/Legacy/SpecularMagneticStrategy_v2.h"
#include "Sample/Material/MaterialFactoryFuncs.h"
#include "Sample/Multilayer/Layer.h"
#include "Sample/Multilayer/MultiLayer.h"
......@@ -6,15 +7,15 @@
#include "Sample/RT/SimulationOptions.h"
#include "Sample/Slice/KzComputation.h"
#include "Sample/Specular/SpecularMagneticTanhStrategy.h"
#include "Core/Legacy/SpecularMagneticStrategy_v2.h"
#include "Sample/Specular/SpecularScalarTanhStrategy.h"
#include "Tests/GTestWrapper/google_test.h"
#include <utility>
constexpr double eps = 1e-10;
class SpecularMagneticTest : public ::testing::Test {
protected:
auto static constexpr eps = 1.e-10;
std::unique_ptr<ProcessedSample> sample_zerofield(bool slab);
std::unique_ptr<ProcessedSample> sample_degenerate();
......
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