Skip to content

Commit

Permalink
Fix for debug compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
vidanovic committed Dec 3, 2024
1 parent 8b6237f commit 6c7f0a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/SingleLayerOptics/src/MaterialDescription.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ namespace SingleLayerOptics
const CBeamDirection & t_IncomingDirection,
const CBeamDirection &) const
{
assert(m_AngularSample);
return m_AngularSample.getProperty(
m_MinLambda, m_MaxLambda, t_Property, t_Side, t_IncomingDirection.theta());
}
Expand All @@ -464,7 +463,6 @@ namespace SingleLayerOptics
}

// Perform the calculation
assert(m_AngularSample);
auto result =
m_AngularSample.getWavelengthProperties(t_Property, t_Side, t_IncomingDirection.theta());

Expand Down

0 comments on commit 6c7f0a5

Please sign in to comment.