diff -crN oommf1.2a3/app/oxs/boxsi.tcl oommf/app/oxs/boxsi.tcl *** oommf1.2a3/app/oxs/boxsi.tcl Tue Oct 29 16:32:05 2002 --- oommf/app/oxs/boxsi.tcl Thu Nov 7 14:23:10 2002 *************** *** 797,802 **** --- 797,803 ---- # Now that connections to servers are established, it's safe # to process options and possibly start computing. uplevel #0 {Oc_CommandLine Parse $argv} + global nice if {$nice} { Oc_MakeNice }