Subversion Repositories gelsvn

Rev

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

Rev 572 Rev 578
Line 1... Line 1...
1
/* ----------------------------------------------------------------------- *
1
/* ----------------------------------------------------------------------- *
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
/**
-
 
7
 * @file ItemVector.h
-
 
8
 * @brief Contains the vector type used for the mesh entities.
-
 
9
 */
6
 
10
 
7
#ifndef __HMESH_ITEMVECTOR_H__
11
#ifndef __HMESH_ITEMVECTOR_H__
8
#define __HMESH_ITEMVECTOR_H__
12
#define __HMESH_ITEMVECTOR_H__
9
 
13
 
10
#include <cassert>
14
#include <cassert>