summaryrefslogtreecommitdiffstats
path: root/tksao/frame
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-03-12 20:19:37 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-03-12 20:19:37 (GMT)
commit7bb419ae0262ed4c4f9f58cfa90da98f0faa7f70 (patch)
tree917343f8a738d3cfec0373e16b2193a50d8d5e68 /tksao/frame
parent6ae25727a3ba9919eab4dea3647462f12678e26b (diff)
downloadblt-7bb419ae0262ed4c4f9f58cfa90da98f0faa7f70.zip
blt-7bb419ae0262ed4c4f9f58cfa90da98f0faa7f70.tar.gz
blt-7bb419ae0262ed4c4f9f58cfa90da98f0faa7f70.tar.bz2
add fill option ellipse
Diffstat (limited to 'tksao/frame')
-rw-r--r--tksao/frame/ellipse.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/tksao/frame/ellipse.C b/tksao/frame/ellipse.C
index 5366430..e6d3a9c 100644
--- a/tksao/frame/ellipse.C
+++ b/tksao/frame/ellipse.C
@@ -9,7 +9,8 @@
Ellipse::Ellipse(const Ellipse& a) : BaseEllipse(a), BaseFill(a) {}
-Ellipse::Ellipse(Base* p, const Vector& ctr, const Vector& r, double ang, int fill)
+Ellipse::Ellipse(Base* p, const Vector& ctr, const Vector& r,
+ double ang, int fill)
: BaseEllipse(p, ctr, ang), BaseFill(fill)
{
numAnnuli_ = 1;