idaholab / malamute

Advanced manufacturing modeling and simulation
https://mooseframework.inl.gov/malamute
GNU Lesser General Public License v2.1
10 stars 27 forks source link

Fix vector-of-vector parameters that have trailing `;` #121

Closed loganharbour closed 7 months ago

loganharbour commented 7 months ago

Reason

There are a few command line arguments that have vector-of-vector parameters with trailing slashes when the intention is not to add an extra empty entry.

Design

Remove the trailing semicolons.

Impact

Correct syntax.