piernik-dev / piernik

Piernik MHD Code
GNU General Public License v3.0
15 stars 15 forks source link

Don't overwrite self #536

Closed gawrysz closed 1 year ago

gawrysz commented 1 year ago

Apparently Intel compilers do not handle well overwriting a string with itself, which caused the -n option to fail to pass commandline parameters.

Some other cases of similar code were also rewritten.