cosmetics

svn path=/trunk/; revision=22202
This commit is contained in:
Sven Neumann 2007-03-30 10:18:05 +00:00
parent 05d6439d9d
commit 04b0433c84
1 changed files with 10 additions and 10 deletions

View File

@ -3006,8 +3006,8 @@ compute_border (gint16 *circ,
else
tmp = 0.0;
circ[i] = RINT (yradius / (gdouble) xradius *
sqrt (xradius * xradius - tmp * tmp));
circ[i] = RINT (yradius /
(gdouble) xradius * sqrt (SQR (xradius) - SQR (tmp)));
}
}