Commit 1f29403a by ichuang

typo in loncapa_check

parent 96c132b3
...@@ -30,6 +30,7 @@ def lc_choose(index,*args): ...@@ -30,6 +30,7 @@ def lc_choose(index,*args):
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 = math.pi/180.0 deg2rad = math.pi/180.0
rad2deg = 180.0/math rad2deg = 180.0/math.pi
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