From: jj v. a. <we...@ma...> - 2010-02-11 02:52:44
|
Log Message: ----------- Backing out previous change. There is still a serious problem with this file, although we hadn't fixed it. Modified Files: -------------- pg/macros: PGdiffeqmacros.pl Revision Data ------------- Index: PGdiffeqmacros.pl =================================================================== RCS file: /webwork/cvs/system/pg/macros/PGdiffeqmacros.pl,v retrieving revision 1.7 retrieving revision 1.8 diff -Lmacros/PGdiffeqmacros.pl -Lmacros/PGdiffeqmacros.pl -u -r1.7 -r1.8 --- macros/PGdiffeqmacros.pl +++ macros/PGdiffeqmacros.pl @@ -784,7 +784,6 @@ my $out1 = $check_eval->ans_hash->{evaluation_points}; my $rf_corrEq = $check_eval->ans_hash->{rf_student_ans}; # if student answer is empty and go on, we get a pink screen - if($rf_corrEq) { my $error_string = "This equation $correctEqn is not constant on solution curves of y'(t) = $diffEqRHS\r\n<br> starting at ( $initial_t , $initial_y )<br> $check_eval->ans_hash->pretty_print()". @@ -803,7 +802,6 @@ } $error_string .= $rh_correct_ans->error_message(); warn $error_string, $check_eval->ans_hash->pretty_print; - } } my ($constant_eval) = fun_cmp('c', vars => [@VARS], |