Skip to content
Snippets Groups Projects
Commit d4bf29c2 authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

BoxConstraint has two template parameters now

[[Imported from SVN: r1767]]
parent 0b6cff0f
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
template <class GridType> template <class GridType>
void RodSolver<GridType>:: void RodSolver<GridType>::
setTrustRegionObstacles(double trustRegionRadius, setTrustRegionObstacles(double trustRegionRadius,
std::vector<BoxConstraint<blocksize> >& trustRegionObstacles) std::vector<BoxConstraint<field_type,blocksize> >& trustRegionObstacles)
{ {
for (int j=0; j<trustRegionObstacles.size(); j++) { for (int j=0; j<trustRegionObstacles.size(); j++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment