Subversion Repositories gelsvn

Rev

Rev 595 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 595 Rev 601
Line 4... Line 4...
4
 * For license and list of authors, see ../../doc/intro.pdf
4
 * For license and list of authors, see ../../doc/intro.pdf
5
 * ----------------------------------------------------------------------- */
5
 * ----------------------------------------------------------------------- */
6
 
6
 
7
#include <time.h>
7
#include <time.h>
8
#include <iostream>
8
#include <iostream>
9
#include "CGLA/CGLA.h"
9
#include "../CGLA/CGLA.h"
10
#include "HashKey.h"
10
#include "HashKey.h"
11
 
11
 
12
using namespace CGLA;
12
using namespace CGLA;
13
 
13
 
14
namespace Util
14
namespace Util