Subversion Repositories gelsvn

Rev

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

Rev 547 Rev 572
Line 1... Line 1...
1
/* ----------------------------------------------------------------------- *
1
/* ----------------------------------------------------------------------- *
2
 * This file is part of GEL, www.imm.dtu.dk/GEL
2
 * This file is part of GEL, http://www.imm.dtu.dk/GEL
3
 * Copyright (C) the authors (see AUTHORS.txt) and DTU Informatics
3
 * Copyright (C) the authors and DTU Informatics
4
 *
-
 
5
 * Principal authors:
-
 
6
 *  Christian Thode Larsen (thode2d@gmail.com)
4
 * For license and list of authors, see ../../doc/intro.pdf
7
 *  J. Andreas Baerentzen (jab@imm.dtu.dk)
-
 
8
 *
-
 
9
 * See LICENSE.txt for licensing information
-
 
10
 * ----------------------------------------------------------------------- */
5
 * ----------------------------------------------------------------------- */
11
 
6
 
-
 
7
 
-
 
8
 
12
#ifndef __HMESH_ITEMID_H__
9
#ifndef __HMESH_ITEMID_H__
13
#define __HMESH_ITEMID_H__
10
#define __HMESH_ITEMID_H__
14
 
11
 
15
#include <iostream>
12
#include <iostream>
16
 
13