grins
grins copied to clipboard
Update input checking
Many places throughout the code, I check input values with some logic for the mandatory input options. However, I just learned about GetPot::have_variable
. This would be a much better way to handle those checks. Update throughout the code to use this.