[Swift-commit] r8145 - demo/xsede.2014.0425/part07

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Wed Aug 13 15:17:32 CDT 2014


Author: wozniak
Date: 2014-08-13 15:17:32 -0500 (Wed, 13 Aug 2014)
New Revision: 8145

Modified:
   demo/xsede.2014.0425/part07/md.swift
Log:
Bug fix


Modified: demo/xsede.2014.0425/part07/md.swift
===================================================================
--- demo/xsede.2014.0425/part07/md.swift	2014-08-13 20:09:36 UTC (rev 8144)
+++ demo/xsede.2014.0425/part07/md.swift	2014-08-13 20:17:32 UTC (rev 8145)
@@ -9,5 +9,5 @@
          int seed)
 "md" "0.0"
 [
-"simulate <<step_num>> <<step_print_num>> <<step_print>> <<step_print_index>> <<np>> <<nd>> <<mass>> <<dt>> <<seed>> [ lindex <<outfile>> 0 ] [ lindex<<trjfile>> 0 ]"
+"simulate <<step_num>> <<step_print_num>> <<step_print>> <<step_print_index>> <<np>> <<nd>> <<mass>> <<dt>> <<seed>> [ lindex $<<outfile>> 0 ] [ lindex $<<trjfile>> 0 ]"
 ];




More information about the Swift-commit mailing list