Skip to content

Commit

Permalink
Fix TYPE 3D
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbericTrancart committed Jul 11, 2014
1 parent 57fbe5d commit c1ebb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/karambaToSofistik/Classes/Parser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public Parser(List<Material> materials, List<CrossSection> crossSections, List<N
}

// SOFIMSHA definitions
file += "\nEND\n\n\n+PROG SOFIMSHA urs:2\nHEAD Elements\nUNIT 5\nSYST GDIR NEGZ GDIV 1000\n\n";
file += "\nEND\n\n\n+PROG SOFIMSHA urs:2\nHEAD Elements\nUNIT 5\nSYST TYPE 3D GDIR NEGZ GDIV 1000\n\n";

foreach (Node node in nodes) {
file += node.sofistring() + "\n";
Expand Down

0 comments on commit c1ebb5d

Please sign in to comment.