Skip to content

Commit

Permalink
fix CastemInterface.cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfer committed Jun 25, 2024
1 parent 8bd2b8c commit 10dfe13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mfront/src/CastemInterface.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2566,7 +2566,7 @@ namespace mfront {

if (!persistentVarsHolder.empty()) {
out << "** List of state variables:\n**\n";
this->writeGibianeMappingComments(out, persistentVarsHolder);
this->writeGibianeMappingComments(out, h, persistentVarsHolder);

std::ostringstream mstatev;
mstatev << "statev = 'MOTS' ";
Expand Down

0 comments on commit 10dfe13

Please sign in to comment.