Subversion Repositories gelsvn

Rev

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

Rev 572 Rev 578
Line 2... Line 2...
2
 * This file is part of GEL, http://www.imm.dtu.dk/GEL
2
 * This file is part of GEL, http://www.imm.dtu.dk/GEL
3
 * Copyright (C) the authors and DTU Informatics
3
 * Copyright (C) the authors and DTU Informatics
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
/**
-
 
8
 * @file dual.h
-
 
9
 * @brief Compute the dual of a mesh.
-
 
10
 */
-
 
11
 
7
#ifndef __HMESH_DUAL_H__
12
#ifndef __HMESH_DUAL_H__
8
#define __HMESH_DUAL_H__
13
#define __HMESH_DUAL_H__
9
 
14
 
10
namespace HMesh
15
namespace HMesh
11
{
16
{