[yt-svn] commit/yt: MatthewTurk: Fixing indentation error that broke stats on FLASH

Bitbucket commits-noreply at bitbucket.org
Thu Jan 26 11:25:32 PST 2012


1 new commit in yt:


https://bitbucket.org/yt_analysis/yt/changeset/da10a8f3485e/
changeset:   da10a8f3485e
branch:      yt
user:        MatthewTurk
date:        2012-01-26 20:25:16
summary:     Fixing indentation error that broke stats on FLASH
affected #:  1 file

diff -r 6fbd5f494556a0f66d450469257cc25a6aefe903 -r da10a8f3485e612645438168364dfe87543b8ac5 yt/utilities/command_line.py
--- a/yt/utilities/command_line.py
+++ b/yt/utilities/command_line.py
@@ -668,7 +668,7 @@
         pf.h.print_stats()
         if "Density" in pf.h.field_list:
             v, c = pf.h.find_max("Density")
-        print "Maximum density: %0.5e at %s" % (v, c)
+            print "Maximum density: %0.5e at %s" % (v, c)
         if args.output is not None:
             t = pf.current_time * pf['years']
             open(args.output, "a").write(

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list