diff --git a/apps/nexus/mfhash.h b/apps/nexus/mfhash.h index 96e30ca4..19102385 100644 --- a/apps/nexus/mfhash.h +++ b/apps/nexus/mfhash.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.1 2004/06/24 14:32:45 ponchio +Moved from wrap/nexus + Revision 1.1 2004/06/24 14:18:58 ponchio Created @@ -35,7 +38,6 @@ Created #include "vfile.h" #include -#include namespace nxs { diff --git a/apps/nexus/vfile.h b/apps/nexus/vfile.h index c1d52eb1..c1eb5535 100644 --- a/apps/nexus/vfile.h +++ b/apps/nexus/vfile.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.2 2004/06/25 16:47:13 ponchio +Various debug + Revision 1.1 2004/06/24 14:32:45 ponchio Moved from wrap/nexus @@ -146,6 +149,7 @@ template class VFile { } void Resize(unsigned int elem) { + assert(fp); if(elem > n_elements) { if(-1 == fseek(fp, elem*sizeof(T) -1, SEEK_SET)) { assert(0 && "Could not resize");