Skip to content

Commit 6ed50e8

Browse files
committed
Fix typo in warning message and make more verbose
1 parent 0014c81 commit 6ed50e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/massTable.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,12 @@ bool MassTable::readAME() const
119119

120120
if (!readAMEReactionFileOne(AME_reaction_1))
121121
{
122-
fmt::print("Reaction values from first file not read.\n");
122+
fmt::print("Reaction values from first AME file not read.\n");
123123
}
124124

125125
if (!readAMEReactionFileTwo(AME_reaction_2))
126126
{
127-
fmt::print("Reaction values from first file not read.\n");
127+
fmt::print("Reaction values from second AME file not read.\n");
128128
}
129129

130130
return true;

0 commit comments

Comments
 (0)