Commit 105f429d by ichuang

fix bug in loncapa_check

parent ce74aa79
...@@ -29,7 +29,7 @@ def lc_choose(index,*args): ...@@ -29,7 +29,7 @@ def lc_choose(index,*args):
return args[0] return args[0]
raise Exception,"loncapa_check.lc_choose error, index=%s, args=%s" % (index,args) raise Exception,"loncapa_check.lc_choose error, index=%s, args=%s" % (index,args)
deg2rad = 180.0*math.pi deg2rad = math.pi/180.0
rad2deg = math.pi * 180 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