Skip to content

Commit f32185f

Browse files
committed
Corrected format for loadCombinations
1 parent 71e92ce commit f32185f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

MidasCivil_Adapter/Convert/ToMidasCivil/Loads/FromLoadCombination.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ public static List<string> FromLoadCombination(this LoadCombination loadCombinat
4444
case "8.6.5":
4545
line1 = "NAME=" + loadCombination.Name + ", GEN, ACTIVE, 0, 0, , 0, 0";
4646
break;
47+
case "9.4.5":
48+
case "9.5.0":
49+
case "9.5.0.nx":
50+
line1 = "NAME=" + loadCombination.Name + ", GEN, ACTIVE, 0, 0, , 0, 0, 0, 1";
51+
break;
4752
default:
4853
line1 = "NAME=" + loadCombination.Name + ", GEN, ACTIVE, 0, 0, , 0, 0, 0";
4954
break;

0 commit comments

Comments
 (0)