Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

Commit

Permalink
Merge pull request #23 from tferr/3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tferr authored May 31, 2017
2 parents 39d64f4 + a99dbd2 commit 6b4a1f4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/main/java/tracing/PathAndFillManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -984,15 +984,15 @@ synchronized public void writeXML(final String fileName, final boolean compress)
}
}

double parsed_x_spacing;
double parsed_y_spacing;
double parsed_z_spacing;
public double parsed_x_spacing;
public double parsed_y_spacing;
public double parsed_z_spacing;

String parsed_units;
public String parsed_units;

int parsed_width;
int parsed_height;
int parsed_depth;
public int parsed_width;
public int parsed_height;
public int parsed_depth;

Fill current_fill;
Path current_path;
Expand Down

0 comments on commit 6b4a1f4

Please sign in to comment.