Typo
This commit is contained in:
parent
e13fe1d636
commit
aff0898f35
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ sub fill_surface {
|
||||||
my $distance = $min_spacing / $params{density};
|
my $distance = $min_spacing / $params{density};
|
||||||
|
|
||||||
my $flow_spacing = $params{flow_spacing};
|
my $flow_spacing = $params{flow_spacing};
|
||||||
if ($params{density} == 1 && !$params{dont_adjust) {
|
if ($params{density} == 1 && !$params{dont_adjust}) {
|
||||||
$distance = $self->adjust_solid_spacing(
|
$distance = $self->adjust_solid_spacing(
|
||||||
width => $bounding_box->[X2] - $bounding_box->[X1],
|
width => $bounding_box->[X2] - $bounding_box->[X1],
|
||||||
distance => $distance,
|
distance => $distance,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue