some ICC fixes

This commit is contained in:
Gael Guennebaud
2009-02-12 07:55:03 +00:00
parent 7954f7709a
commit deb6254702
2 changed files with 21 additions and 21 deletions

View File

@@ -104,7 +104,7 @@ struct SluMatrix : SuperMatrix
ei_assert(false && "Scalar type not supported by SuperLU");
}
}
template<typename Scalar, int Rows, int Cols, int Options, int MRows, int MCols>
static SluMatrix Map(Matrix<Scalar,Rows,Cols,Options,MRows,MCols>& mat)
{