Skip to content

Commit

Permalink
Fix a message printed to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
ckhroulev committed Oct 20, 2021
1 parent 7438ea4 commit ab46a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basalstrength/YieldStress.cc
Expand Up @@ -46,7 +46,7 @@ YieldStress::YieldStress(IceGrid::ConstPtr g)
* Restart a yield stress model from an input file.
*/
void YieldStress::restart(const File &input_file, int record) {
m_log->message(2, "Initializing the %s...\n", name().c_str());
m_log->message(2, "* Initializing the %s...\n", name().c_str());

this->restart_impl(input_file, record);
}
Expand Down

0 comments on commit ab46a6c

Please sign in to comment.