Skip to content
Snippets Groups Projects
Commit db225bc7 authored by oliver.sander_at_tu-dresden.de's avatar oliver.sander_at_tu-dresden.de
Browse files

Add a missing 'typename'

parent c5ae5bec
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -18,7 +18,7 @@
class TrustRegionGSStep : public ProjectedBlockGSStep<MatrixType, VectorType>
{
using VectorBlock = typename VectorType::block_type;
using Field = VectorType::field_type;
using Field = typename VectorType::field_type;
enum {BlockSize = VectorBlock::dimension};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment