Subversion Repositories gelsvn

Rev

Rev 595 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 595 Rev 601
Line 12... Line 12...
12
 
12
 
13
#ifndef __GEOMETRY_RGRID_H
13
#ifndef __GEOMETRY_RGRID_H
14
#define __GEOMETRY_RGRID_H
14
#define __GEOMETRY_RGRID_H
15
 
15
 
16
#include <vector>
16
#include <vector>
17
#include "CGLA/Vec3i.h"
17
#include "../CGLA/Vec3i.h"
18
#include "AncestorGrid.h"
18
#include "AncestorGrid.h"
19
 
19
 
20
namespace Geometry 
20
namespace Geometry 
21
{
21
{
22
 
22