Skip to content

Commit

Permalink
Fix text to Text for 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisb committed Aug 26, 2024
1 parent 122df09 commit 75b9881
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ main()
#if DEAL_II_VERSION_GTE(9, 7, 0)
prm.print_parameters(output_prm, prm.DefaultStyle);
#else
prm.print_parameters(output_prm, prm.text);
prm.print_parameters(output_prm, prm.Text);
#endif
}
{
Expand All @@ -34,7 +34,7 @@ main()
#if DEAL_II_VERSION_GTE(9, 7, 0)
prm.print_parameters(output_prm, prm.DefaultStyle);
#else
prm.print_parameters(output_prm, prm.text);
prm.print_parameters(output_prm, prm.Text);
#endif
}
}
Expand Down

0 comments on commit 75b9881

Please sign in to comment.