Skip to content

Commit

Permalink
Update sli/slistartup.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Hans Ekkehard Plesser <hans.ekkehard.plesser@nmbu.no>
  • Loading branch information
heshpdx and heplesser authored Aug 15, 2024
1 parent 8f92cde commit 3ee5e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sli/slistartup.cc
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ SLIStartup::SLIStartup( int argc, char** argv )
StringDatum* sd = new StringDatum( argv[ i ] );
args_array.push_back( Token( sd ) );

std::string myarg = argv[i];
const std::string myarg = argv[ i ];

if ( myarg == "-d" or myarg == "--debug" )
{
Expand Down

0 comments on commit 3ee5e11

Please sign in to comment.