File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -623,8 +623,11 @@ void MainWindowSupport::DisplayScatteringRegimeWarning(double clearanceToWavelen
623623 double volFraction, double criticalWavelength,
624624 QString strRegime)
625625{
626- QString strTienDorlen = (clearanceToWavelength > 0.5 ) ? " Independent" : " Dependent" ;
626+ QString strTienDorlen = (clearanceToWavelength > 0.5 )
627+ ? " <font color='green'>Independent</font>"
628+ : " <font color='red'>Dependent</font>" ;
627629
630+ QString strGaly = " <font color='red'>Dependent</font>" ;
628631
629632 QString msg = QString (
630633 " <b>Dependent Scattering Warning</b><br>"
@@ -637,12 +640,12 @@ void MainWindowSupport::DisplayScatteringRegimeWarning(double clearanceToWavelen
637640 " <b>Details:</b><br>"
638641 " • <b>Regime:</b> %3<br>"
639642 " • <b>Volume Fraction:</b> %4<br>"
640- " • <b>Wavelength:</b> %5<br>"
643+ " • <b>Critical Wavelength:</b> %5<br>"
641644 " • <b>Size Parameter:</b> %6<br>"
642645 " • <b>Clearance/Wavelength Ratio:</b> %7"
643646 )
644647 .arg (strTienDorlen)
645- .arg (" Dependent " )
648+ .arg (strGaly )
646649 .arg (strRegime)
647650 .arg (volFraction, 0 , ' g' , 6 )
648651 .arg (criticalWavelength, 0 , ' g' , 6 )
You can’t perform that action at this time.
0 commit comments