Skip to content

Albany182.cpp: remove extra semicolons.

James Willenbring requested to merge prwolfe:fix_synax_Albany182 into develop

Created by: prwolfe

There were semicolons after two macro definitions which after the expansion resulted in two semicolons at the end of the statement. This allows this code to compile with warnings-as-errors on.

Merge request reports