*** empty log message ***

This commit is contained in:
jiri 2006-04-25 14:54:42 +00:00
parent 486e4834a2
commit 9aca3e5230
1 changed files with 2 additions and 2 deletions

View File

@ -259,8 +259,8 @@ public:
fourindex_ext(const int file, const fourindexsymtype s=undefined_symmetry, const I n=0, const unsigned int b=1024) :current(NULL),fd(file),nread(0),symmetry(s),nn(n)
{
struct statfs sfs;
struct struct stat64 sf;
if(fstat64(df,&sf,)) {perror("cannot fstat");laerror("I/O error");}
struct stat64 sf;
if(fstat64(fd,&sf)) {perror("cannot fstat");laerror("I/O error");}
if(fstatfs(fd,&sfs)) {perror("cannot fstatfs");laerror("I/O error");}
const unsigned int pagesize=getpagesize();
//make bufsize*sizeof(matel4stored<I,T>) a multiple of fs block size and page size