diff -cr oommf11b2/app/mmdisp/scripts/avf2ppm.tcl oommf/app/mmdisp/scripts/avf2ppm.tcl *** oommf11b2/app/mmdisp/scripts/avf2ppm.tcl Wed Dec 31 15:58:03 2003 --- oommf/app/mmdisp/scripts/avf2ppm.tcl Wed Mar 17 18:02:00 2004 *************** *** 61,70 **** } {Post-processing programs to apply to output} Oc_CommandLine Option [Oc_CommandLine Switch] { ! {file {} {Input vector field file}} ! {{files list} {} {Additional input vector field files}} } { ! global infile; set infile [linsert $files 0 $file] } {End of options; next argument is file} Oc_CommandLine Parse $argv --- 61,69 ---- } {Post-processing programs to apply to output} Oc_CommandLine Option [Oc_CommandLine Switch] { ! {{file list} {} {Input vector field file(s)}} } { ! global infile; set infile $file } {End of options; next argument is file} Oc_CommandLine Parse $argv