mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
@@ -109,6 +109,7 @@ namespace internal
|
|||||||
inline bool getMarketHeader(const std::string& filename, int& sym, bool& iscomplex, bool& isvector)
|
inline bool getMarketHeader(const std::string& filename, int& sym, bool& iscomplex, bool& isvector)
|
||||||
{
|
{
|
||||||
sym = 0;
|
sym = 0;
|
||||||
|
iscomplex = false;
|
||||||
isvector = false;
|
isvector = false;
|
||||||
std::ifstream in(filename.c_str(),std::ios::in);
|
std::ifstream in(filename.c_str(),std::ios::in);
|
||||||
if(!in)
|
if(!in)
|
||||||
|
|||||||
Reference in New Issue
Block a user