Skip to content
Snippets Groups Projects
Forked from agnumpde / dune-tectonic
126 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
assemblers_tmpl.cc 117 B
#ifndef MY_DIM
#error MY_DIM unset
#endif

#include "explicitgrid.hh"

template class MyAssembler<GridView, MY_DIM>;