Diff for /loncom/homework/lonmaxima.pm between versions 1.9 and 1.10

version 1.9, 2006/12/15 22:11:43 version 1.10, 2006/12/18 21:12:51
Line 95  sub maxima_run { Line 95  sub maxima_run {
     }      }
     my $argument_index=1;      my $argument_index=1;
     foreach my $argument_component (@{$argument}) {      foreach my $argument_component (@{$argument}) {
  $fullscript.="LONCAPALIST[$argument_index]:$argument_component;\n";   $fullscript.="LONCAPALIST[$argument_index]:".&maxima_cas_formula_fix($argument_component).";\n";
  $argument_index++;   $argument_index++;
     }      }
     $fullscript.=$script;      $fullscript.=$script;

Removed from v.1.9  
changed lines
  Added in v.1.10


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>