mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
remove unneeded creation of temporary string object [ci skip]
can be assigned as is
This commit is contained in:
@ -109,7 +109,7 @@ writeLiggghts::writeLiggghts
|
||||
command_ += " " + path_ + "/" + writeName_;
|
||||
if (overwrite_)
|
||||
{
|
||||
strCommand_=string(command_);
|
||||
strCommand_ = command_;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user