Skip to content

Commit

Permalink
Remove unused label 'std'
Browse files Browse the repository at this point in the history
  • Loading branch information
MengnanLi91 committed Oct 3, 2023
1 parent 352882e commit 0169c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/ChemicalReactionsBase.C
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ ChemicalReactionsBase::ChemicalReactionsBase(const InputParameters & params)
}
if (unbalanced)
{
std:string error_str;
string error_str;
for (unsigned int i = 0; i < faulty_reaction.size(); ++i)
{
error_str.append(" ");
Expand Down

0 comments on commit 0169c6e

Please sign in to comment.