Skip to content

Commit

Permalink
Update mfront/src/CastemInterface.cxx
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Helfer <thomas.helfer@cea.fr>
  • Loading branch information
maxence-wz and thelfer authored Jun 25, 2024
1 parent 45cb73c commit 5486fa9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mfront/src/CastemInterface.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2537,10 +2537,8 @@ namespace mfront {
<< " 'MODELISER' " << mo.at(h) << " ;\n\n";
}

std::ostringstream mappingMaterialPropertyComment;
out << "** List of material properties:\n**\n";
this->writeGibianeMappingComments(mappingMaterialPropertyComment, mprops);
out << mappingMaterialPropertyComment.str();
this->writeGibianeMappingComments(out, mprops);

std::ostringstream mcoel;
mcoel << "coel = 'MOTS' ";
Expand Down

0 comments on commit 5486fa9

Please sign in to comment.