Skip to content

Commit

Permalink
Fixing scalable_allocator declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Peterson committed Jul 16, 2014
1 parent 31291ba commit 49a181d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/base/dof_map.h
Expand Up @@ -95,7 +95,7 @@ typedef std::map<dof_id_type, Real,
class DofConstraints : public std::map<dof_id_type,
DofConstraintRow,
std::less<dof_id_type>,
Threads::scalable_allocator<std::pair<const dof_id_type, Number> > >
Threads::scalable_allocator<std::pair<const dof_id_type, DofConstraintRow> > >
{
};

Expand Down

0 comments on commit 49a181d

Please sign in to comment.