Skip to content

Commit

Permalink
UniquePtr needs to be libMesh::UniquePtr
Browse files Browse the repository at this point in the history
(for compatibility with the newest libMesh master, that is)

For consistency with the rest of GRINS I'm switching back to AutoPtr.
  • Loading branch information
roystgnr committed Apr 22, 2015
1 parent d4ca6f3 commit b3dc12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver/src/parameter_manager.C
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ namespace GRINS
}

this->parameter_vector.push_back
(UniquePtr<libMesh::ParameterAccessor<libMesh::Number> >
(libMesh::AutoPtr<libMesh::ParameterAccessor<libMesh::Number> >
(next_param));
}
}
Expand Down

0 comments on commit b3dc12f

Please sign in to comment.