Skip to content

Commit

Permalink
Make MS VC happy by being consistent with class vs struct.
Browse files Browse the repository at this point in the history
  • Loading branch information
bangerth committed Dec 3, 2021
1 parent a104dd0 commit b57e385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/numerics/data_postprocessor.inst.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ for (deal_II_dimension : DIMENSIONS)
{
namespace DataPostprocessorInputs
\{
template class CommonInputs<deal_II_dimension>;
template struct CommonInputs<deal_II_dimension>;
\}
template class DataPostprocessor<deal_II_dimension>;
template class DataPostprocessorScalar<deal_II_dimension>;
Expand Down

0 comments on commit b57e385

Please sign in to comment.