Skip to content

Commit

Permalink
Moved dependence on LAPACK and LinearAlgebra from Constraint to Const…
Browse files Browse the repository at this point in the history
…raintDef
  • Loading branch information
gregvw authored and tjfulle committed Dec 6, 2018
1 parent 11d160f commit da46567
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/rol/src/function/constraint/ROL_Constraint.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@

#include "ROL_Vector.hpp"
#include "ROL_Types.hpp"
#include "ROL_LAPACK.hpp"
#include "ROL_LinearAlgebra.hpp"
#include <iostream>

/** @ingroup func_group
Expand Down
3 changes: 3 additions & 0 deletions packages/rol/src/function/constraint/ROL_ConstraintDef.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
#ifndef ROL_CONSTRAINT_DEF_H
#define ROL_CONSTRAINT_DEF_H

#include "ROL_LinearAlgebra.hpp"
#include "ROL_LAPACK.hpp"

namespace ROL {

template <class Real>
Expand Down

0 comments on commit da46567

Please sign in to comment.