Skip to content

Commit b43e74e

Browse files
authored
Merge pull request #2277 from rpeacoc/master
CEdit: Fix for Issue #2274. Correct check for default radiation solver &DIAG output.
2 parents 97c1a5e + 21984aa commit b43e74e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Cedit/IO.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2450,7 +2450,7 @@ Module IO
24502450
Dim x(0), f(0) As Double, i As Integer
24512451

24522452
'Writing Diagnostics
2453-
If Myenvironment.DIAGRadSolver = "Default" Then
2453+
If Myenvironment.DIAGRadSolver = "DEFAULT" Then
24542454
wrtDIAG = True
24552455
wrtSlash = False
24562456
Else

0 commit comments

Comments
 (0)