Modified:
/trunk/sympycore/physics/units.py
=======================================
--- /trunk/sympycore/physics/units.py Sun Feb 22 11:07:56 2009
+++ /trunk/sympycore/physics/units.py Thu Jan 12 12:44:46 2012
@@ -20,7 +20,7 @@
Coefficients of the units algebra are Calculus instances.
"""
- def as_algebra(self, cls):
+ def as_algebra(self, cls, typeerror=True):
""" Convert algebra to another algebra.
"""
if cls is classes.Verbatim: