We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0be0a commit 05b2827Copy full SHA for 05b2827
src/apps/amr.C
@@ -161,8 +161,8 @@ void assemble(EquationSystems & es,
161
const std::vector<std::vector<Real> > & phi = fe->get_phi();
162
const std::vector<std::vector<RealGradient> > & dphi = fe->get_dphi();
163
164
- std::vector<unsigned int> dof_indices_U;
165
- std::vector<unsigned int> dof_indices_V;
+ std::vector<dof_id_type> dof_indices_U;
+ std::vector<dof_id_type> dof_indices_V;
166
const DofMap & dof_map = system.get_dof_map();
167
168
DenseMatrix<Number> Kuu;
0 commit comments