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'"])