support for Orca format in binary put() and get()
This commit is contained in:
4
smat.h
4
smat.h
@@ -183,8 +183,8 @@ public:
|
||||
|
||||
|
||||
const T trace() const;
|
||||
void get(int fd, bool dimensions = 1, bool transp = 0);
|
||||
void put(int fd, bool dimensions = 1, bool transp = 0) const;
|
||||
void get(int fd, bool dimensions = 1, bool transp = 0, bool orcaformat=false);
|
||||
void put(int fd, bool dimensions = 1, bool transp = 0, bool orcaformat=false) const;
|
||||
|
||||
void copyonwrite(bool detachonly=false, bool deep=true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user