Subversion Repositories gelsvn

Rev

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

Rev 89 Rev 443
Line 1... Line 1...
1
#ifndef __CELL_H
1
#ifndef __GEOMETRY_CELL_H
2
#define __CELL_H
2
#define __GEOMETRY_CELL_H
3
 
3
 
4
#include <vector>
4
#include <vector>
5
#include "CGLA/Vec3i.h"
5
#include "CGLA/Vec3i.h"
6
#include "CGLA/BitMask.h"
6
#include "CGLA/BitMask.h"
7
#include "RGrid.h"
7
#include "RGrid.h"