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 5, 2021
1 parent f5030a4 commit 34d1275
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 34d1275

Please sign in to comment.