Commit 6bfd5f4c by ichuang

fix bug in loncapa_check

parent 779b83b1
......@@ -29,7 +29,7 @@ def lc_choose(index,*args):
return args[0]
raise Exception,"loncapa_check.lc_choose error, index=%s, args=%s" % (index,args)
deg2rad = 180.0*math.pi
rad2deg = math.pi * 180
deg2rad = math.pi/180.0
rad2deg = 180.0/math
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment