Subversion Repositories gelsvn

Rev

Rev 518 | Rev 578 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
515 s042372 1
/* ----------------------------------------------------------------------- *
572 jab 2
 * This file is part of GEL, http://www.imm.dtu.dk/GEL
3
 * Copyright (C) the authors and DTU Informatics
4
 * For license and list of authors, see ../../doc/intro.pdf
515 s042372 5
 * ----------------------------------------------------------------------- */
6
 
7
#ifndef __HMESH_DUAL_H__
8
#define __HMESH_DUAL_H__
9
 
10
namespace HMesh
11
{
518 s042372 12
    class Manifold;
13
 
515 s042372 14
    void dual(Manifold& m);
15
}
16
 
17
#endif