Skip to content
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.

Commit

Permalink
Get rid of warning by removing empty function. (Christoph Groth)
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Mar 31, 2009
1 parent fbbc7c9 commit 563d6a4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions boost/numeric/bindings/lapack/hpsv.hpp
Expand Up @@ -152,12 +152,6 @@ namespace boost { namespace numeric { namespace bindings {
LAPACK_ZHPTRF (&uplo, &n, traits::complex_ptr (ap), ipiv, info);
}

template <typename HermA, typename IVec, typename Work>
inline
int hptrf (char const ul, HermA& a, IVec& i, Work& w, int const lw) {

}

}

template <typename HermA, typename IVec>
Expand Down

0 comments on commit 563d6a4

Please sign in to comment.