Skip to content

Commit 05b2827

Browse files
permcodyjwpeterson
authored andcommitted
64-bit build fix
closes #1361
1 parent af0be0a commit 05b2827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/apps/amr.C

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ void assemble(EquationSystems & es,
161161
const std::vector<std::vector<Real> > & phi = fe->get_phi();
162162
const std::vector<std::vector<RealGradient> > & dphi = fe->get_dphi();
163163

164-
std::vector<unsigned int> dof_indices_U;
165-
std::vector<unsigned int> dof_indices_V;
164+
std::vector<dof_id_type> dof_indices_U;
165+
std::vector<dof_id_type> dof_indices_V;
166166
const DofMap & dof_map = system.get_dof_map();
167167

168168
DenseMatrix<Number> Kuu;

0 commit comments

Comments
 (0)