# HG changeset patch # User Matthew Turk # Date 1247759347 14400 # Branch raytrace # Node ID 513f27a68a0752ff126e52533e74ef177c4f0e7c # Parent 0f67c52cc765e08df99c0a2214e0d056df14683a For this branch, we want the RTIntegrator.c to compile every time diff -r 0f67c52cc765e08df99c0a2214e0d056df14683a -r 513f27a68a0752ff126e52533e74ef177c4f0e7c yt/lagos/setup.py --- a/yt/lagos/setup.py Thu Jul 16 11:38:07 2009 -0400 +++ b/yt/lagos/setup.py Thu Jul 16 11:49:07 2009 -0400 @@ -20,7 +20,7 @@ config.make_config_py() # installs __config__.py config.make_svn_version_py() config.add_extension("PointCombine", "yt/lagos/PointCombine.c", libraries=["m"]) - #config.add_extension("RTIntegrator", "yt/lagos/RTIntegrator.c") + config.add_extension("RTIntegrator", "yt/lagos/RTIntegrator.c") config.add_extension("Interpolators", "yt/lagos/Interpolators.c") #config.add_extension("DepthFirstOctree", "yt/lagos/DepthFirstOctree.c") config.add_subpackage("hop")