*** empty log message ***

This commit is contained in:
Dave Schuyler 2003-10-28 05:40:15 +00:00
parent f24d405030
commit 973b561510

View File

@ -12,4 +12,4 @@
""" """
Pretty print Pretty print
""" """
return "% 10.2f, % 10.4f, % 10.4f" % (self[0],self[1],self[2]) return "% 10.4f, % 10.4f, % 10.4f" % (self[0],self[1],self[2])