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

Repair previous commit. It seems, SCALARRTCOEFFICIENTS_H was used in two different meanings

parent 2b544250
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
// //
// ************************************************************************** // // ************************************************************************** //
#ifndef SCALARRTCOEFFICIENTS_H #ifndef SCALARRTCOEFFICIENTS_H2
#define SCALARRTCOEFFICIENTS_H #define SCALARRTCOEFFICIENTS_H2
#include "ILayerRTCoefficients.h" #include "ILayerRTCoefficients.h"
#include "Complex.h" #include "Complex.h"
...@@ -148,4 +148,4 @@ inline complex_t ScalarRTCoefficients::getScalarT() const ...@@ -148,4 +148,4 @@ inline complex_t ScalarRTCoefficients::getScalarT() const
return t_r(0); return t_r(0);
} }
#endif // SCALARRTCOEFFICIENTS_H #endif // SCALARRTCOEFFICIENTS_H2
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