*** empty log message ***
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
*/
|
||||
#ifndef _AUXSTORAGE_H_
|
||||
#define _AUXSTORAGE_H_
|
||||
|
||||
#include "vec.h"
|
||||
#include "mat.h"
|
||||
#include "smat.h"
|
||||
@@ -27,6 +28,8 @@
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
namespace LA {
|
||||
|
||||
//CAUTION:
|
||||
//it will not work if T is itself a class with dynamically allocated components
|
||||
//it cannot be implemented for SparseMat, which lacks fixed record length
|
||||
@@ -136,6 +139,6 @@ if(0>write(fd,&x(0,0),recl)) {perror(""); laerror("write failed in AuxStorage");
|
||||
}
|
||||
|
||||
|
||||
|
||||
}//namespace
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user