[Swift-commit] r4569 - SwiftApps/Montage/scripts

jonmon at ci.uchicago.edu jonmon at ci.uchicago.edu
Mon Jun 6 12:24:42 CDT 2011


Author: jonmon
Date: 2011-06-06 12:24:42 -0500 (Mon, 06 Jun 2011)
New Revision: 4569

Modified:
   SwiftApps/Montage/scripts/Swift_Montage_Batch.swift
Log:
Forgot to update a variable name in Montage wrappers


Modified: SwiftApps/Montage/scripts/Swift_Montage_Batch.swift
===================================================================
--- SwiftApps/Montage/scripts/Swift_Montage_Batch.swift	2011-06-06 15:57:09 UTC (rev 4568)
+++ SwiftApps/Montage/scripts/Swift_Montage_Batch.swift	2011-06-06 17:24:42 UTC (rev 4569)
@@ -2,7 +2,7 @@
 {
     Table back_list = Background_list( img_tbl, corr_tbl );
 
-    BackgroundStruct back_struct[] = readData2( tmp );
+    BackgroundStruct back_struct[] = readData2( back_list );
 
     foreach background_entry, i in back_struct
     {




More information about the Swift-commit mailing list