Skip to content

Commit

Permalink
Two more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbericTrancart committed Jul 16, 2014
1 parent 06076ea commit 0221a32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/karambaToSofistik/Classes/Parser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ public Parser(List<Material> materials, List<CrossSection> crossSections, List<N
iterator = 0;

foreach (Beam beam in beams) {
//Initiate first beam
if (last_beam == new Beam())
last_beam = beam;

// Output one group after the other
if (beam.user_id == group) {
// Beams are automatically ordered by their ID, therefore it is simple to clear the syntax by defining them in cluster
Expand Down

0 comments on commit 0221a32

Please sign in to comment.