Subversion Repositories gelsvn

Rev

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

Rev 125 Rev 443
Line 1... Line 1...
1
#ifndef __RGRID_H
1
#ifndef __GEOMETRY_RGRID_H
2
#define __RGRID_H
2
#define __GEOMETRY_RGRID_H
3
 
3
 
4
#include <vector>
4
#include <vector>
5
#include "CGLA/Vec3i.h"
5
#include "CGLA/Vec3i.h"
6
#include "AncestorGrid.h"
6
#include "AncestorGrid.h"
7
 
7