From 33c61d34fa14eff169f0bdeaae0d74349f7bc1ca Mon Sep 17 00:00:00 2001 From: Luke Weiler Date: Thu, 7 Oct 2021 20:22:30 -0400 Subject: [PATCH] Update volume frustrum id --- mathgenerator/funcs/geometry/volume_frustum.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mathgenerator/funcs/geometry/volume_frustum.py b/mathgenerator/funcs/geometry/volume_frustum.py index 46fd378..e0f9cb3 100644 --- a/mathgenerator/funcs/geometry/volume_frustum.py +++ b/mathgenerator/funcs/geometry/volume_frustum.py @@ -17,5 +17,5 @@ def gen_func(maxR1=20, maxR2 = 20, maxHeight=50, unit='m', format='string'): return r1, r2, h, ans, unit -volume_frustum = Generator("Volume of frustum", 62, gen_func, - ["maxR1=20","maxR2=20", "maxHeight=50", "unit='m'"]) \ No newline at end of file +volume_frustum = Generator("Volume of frustum", 113, gen_func, + ["maxR1=20","maxR2=20", "maxHeight=50", "unit='m'"])