Skip to content

Commit 807066a

Browse files
Fix a bug where REBAR-MATL-CODE creates an error when running mct file (#373)
2 parents 182ec3b + 5b271d3 commit 807066a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MidasCivil_Engine/Compute/CombineTextFiles.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ public static bool CombineTextFiles(string filePath, List<Type> types = null, bo
124124
}
125125

126126
independents.Insert(0, "REBAR-MATL-CODE");
127+
independents.Insert(1, "STRUCTYPE");
127128
independents.Add("LOAD-GROUP");
128129
independents.Add("LOADCOMB");
129130

0 commit comments

Comments
 (0)