File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ namespace Window {
388
388
{
389
389
int blindDataPtr = m_MaterialProperties.BlindDataPtr ;
390
390
assert (blindDataPtr > 0 );
391
- auto &blind = state.dataMaterial ->Blind (blindDataPtr);
391
+ auto const &blind = state.dataMaterial ->Blind (blindDataPtr);
392
392
393
393
CWavelengthRange aRange (WavelengthRange::Visible);
394
394
Real64 lowLambda = aRange.minLambda ();
@@ -406,7 +406,7 @@ namespace Window {
406
406
{
407
407
int blindDataPtr = m_MaterialProperties.BlindDataPtr ;
408
408
assert (blindDataPtr > 0 );
409
- auto &blind = state.dataMaterial ->Blind (blindDataPtr);
409
+ auto const &blind = state.dataMaterial ->Blind (blindDataPtr);
410
410
411
411
CWavelengthRange aRange (WavelengthRange::Solar);
412
412
Real64 lowLambda = aRange.minLambda ();
@@ -525,7 +525,7 @@ namespace Window {
525
525
{
526
526
const int blindDataPtr = m_Material.BlindDataPtr ;
527
527
assert (blindDataPtr > 0 );
528
- auto &blind = state.dataMaterial ->Blind (blindDataPtr);
528
+ auto const &blind = state.dataMaterial ->Blind (blindDataPtr);
529
529
530
530
Real64 slatWidth = blind.SlatWidth ;
531
531
Real64 slatSpacing = blind.SlatSeparation ;
You can’t perform that action at this time.
0 commit comments