Skip to content

Commit

Permalink
Merge pull request #262 from jwj61/fixbasiscmp
Browse files Browse the repository at this point in the history
Fixbasiscmp
  • Loading branch information
goehle committed Dec 18, 2015
2 parents e809b3a + 5aab2fd commit 1a6355b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macros/PGmorematrixmacros.pl
Expand Up @@ -196,7 +196,7 @@ sub BASIS_CMP {

$answer_evaluator->{debug} = $mat_params{debug};
$answer_evaluator->ans_hash(
correct_ans => display_correct_vecs($mat_params{correct_ans}),
correct_ans => Value::VERBATIM(display_correct_vecs($mat_params{correct_ans})),
rm_correct_ans => $matrix,
zeroLevelTol => $mat_params{zeroLevelTol},
debug => $mat_params{debug},
Expand Down Expand Up @@ -813,7 +813,7 @@ sub vec_solution_cmp{

$answer_evaluator->{debug} = $opt{debug};
$answer_evaluator->ans_hash(
correct_ans => display_correct_vecs($correctAnswer),
correct_ans => Value::VERBATIM(display_correct_vecs($correctAnswer)),
old_correct_ans => $correctAnswer,
rm_correct_ans => $matrix,
zeroLevelTol => $opt{zeroLevelTol},
Expand Down

0 comments on commit 1a6355b

Please sign in to comment.