Skip to content

Commit a9a2db2

Browse files
committed
Added Wiki link
1 parent 3ea7c3e commit a9a2db2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/app/dialog/mainwindowsupport.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,7 @@ void MainWindowSupport::PrepareScatteringRegimeWarning(double clearanceToWavelen
632632

633633
QString strTienDorlenLink = "<a href='https://doi.org/10.1615/AnnualRevHeatTransfer.v1.30' style='color: #0000EE;'>Tien and Drolen (1987)</a>";
634634
QString strGalyLink = "<a href='https://doi.org/10.1016/j.jqsrt.2020.106924' style='color: #0000EE;'>Galy et al. (2020)</a>";
635+
QString strRegimeLink = QString("<a href='https://github.com/VirtualPhotonics/MieSimulatorGUI/wiki/Scattering-Regime-Analysis' style='color: #0000EE;'>%1</a>").arg(strRegime);
635636

636637
// Low Concentration Regime
637638
if (volFraction <= 0.006)
@@ -739,7 +740,7 @@ void MainWindowSupport::PrepareScatteringRegimeWarning(double clearanceToWavelen
739740
"• Clearance to Wavelength Ratio (<b>c/&lambda;</b>) = <b>%10</b><br><br>"
740741
"%13"
741742
)
742-
.arg(strRegime)
743+
.arg(strRegimeLink)
743744
.arg(strTienDorlenLink).arg(strTienCriteria).arg(strTienResult)
744745
.arg(strGalyLink).arg(strGalyCriteria).arg(strGalyResult)
745746
.arg(volFraction, 0, 'g', 4)

0 commit comments

Comments
 (0)