*** empty log message ***

This commit is contained in:
Federico Ponchio 2004-07-02 13:09:57 +00:00
parent 3daba81b44
commit 5e3a9f5460
2 changed files with 9 additions and 2 deletions

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.2 2004/07/01 21:34:29 ponchio
*** empty log message ***
Revision 1.1 2004/06/24 14:32:45 ponchio
Moved from wrap/nexus
@ -75,7 +78,7 @@ class MFHash {
void Clear();
unsigned int Size();
void Close();
private:
VFile<Bucket> buffer;
unsigned int space;
};

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.1 2004/06/23 00:08:05 ponchio
Created
****************************************************************************/
@ -32,7 +35,8 @@ $Log: not supported by cvs2svn $
#include <string>
#include <iostream>
#include <wrap/ply/plylib.h>
#include <wrap/nexus/crude.h>
#include "../crude.h"
using namespace std;
using namespace vcg;
using namespace vcg::ply;