[Yt-svn] yt-commit r1197 - trunk/yt/lagos

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Tue Mar 3 14:34:29 PST 2009


Author: mturk
Date: Tue Mar  3 14:34:27 2009
New Revision: 1197
URL: http://yt.spacepope.org/changeset/1197

Log:
Getting rid of old Fortran routines that have been disabled and non-functional
for ~4 hubble times.  They will return, some day.



Removed:
   trunk/yt/lagos/EnzoFortranWrapper.py
   trunk/yt/lagos/solve_rate_cool.pyf
Modified:
   trunk/yt/lagos/setup.py

Modified: trunk/yt/lagos/setup.py
==============================================================================
--- trunk/yt/lagos/setup.py	(original)
+++ trunk/yt/lagos/setup.py	Tue Mar  3 14:34:27 2009
@@ -35,9 +35,4 @@
     # Uncomment the next two lines if you want particle_density support
     #config.add_extension("cic_deposit", ["yt/lagos/enzo_routines/cic_deposit.pyf",
     #                                     "yt/lagos/enzo_routines/cic_deposit.f"])
-    if 0:
-        sys.argv.extend(["config_fc","--f77flags",
-                         "'-Dr16 -ffixed-line-length-132 -fno-second-underscore -DPYFORT -DNOMETALS -ggdb -O0'"])
-        config.add_extension("EnzoFortranRoutines", \
-                            ["yt/lagos/solve_rate_cool.pyf", "yt/lagos/f_src/*.F"])
     return config



More information about the yt-svn mailing list