Skip to content

Commit

Permalink
Fix Issue #583
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfer committed Jun 24, 2024
1 parent 8600e6c commit d7be1ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/web/release-notes-3.0.14.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ The page describes the new functionalities of Version 3.0.14 of the

# Issues fixed

## Issue 583: [mtest] Fix typo when comparing tangent operator to its numerical approximation

For more details, see <https://github.com/thelfer/tfel/issues/583>.

## Issue 580: [aster interface] Some fields are missing in the default implementation of the `AsterTraits` class

The following fields are missing:
Expand Down
2 changes: 1 addition & 1 deletion mtest/src/MTest.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ namespace mtest {
}
if (merr > this->toeps) {
auto& log = mfront::getLogStream();
log << "Compaison to numerical jacobian failed "
log << "Comparison to numerical jacobian failed "
<< "(error : " << merr << " for (" << mi << "," << mj
<< "), criterium " << this->toeps << ").\n"
<< "Tangent operator returned by the behaviour : \n";
Expand Down

0 comments on commit d7be1ae

Please sign in to comment.