[Swift-commit] r4863 - SwiftApps/SwiftMontage/scripts

jonmon at ci.uchicago.edu jonmon at ci.uchicago.edu
Wed Jul 27 20:22:04 CDT 2011


Author: jonmon
Date: 2011-07-27 20:22:04 -0500 (Wed, 27 Jul 2011)
New Revision: 4863

Modified:
   SwiftApps/SwiftMontage/scripts/mProject_wrap.py
Log:
o added comments



Modified: SwiftApps/SwiftMontage/scripts/mProject_wrap.py
===================================================================
--- SwiftApps/SwiftMontage/scripts/mProject_wrap.py	2011-07-28 01:07:30 UTC (rev 4862)
+++ SwiftApps/SwiftMontage/scripts/mProject_wrap.py	2011-07-28 01:22:04 UTC (rev 4863)
@@ -15,6 +15,14 @@
 if os.path.islink(proj):
     proj = os.readlink(args[2])
 
+##########################################################
+#                                                        #
+#        Choose between mProject and mProjectPP          #
+#       Need to write a couple of C programs that        #
+#         model what mProjExec does for chosen.          #
+#                                                        #
+##########################################################
+
 cmd = "mProject "+args[0]+" "+args[1]+" "+proj+" "+args[3]
 
 ret = subprocess.call(cmd, close_fds=True,




More information about the Swift-commit mailing list