Subversion Repositories gelsvn

Rev

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

Rev 2 Rev 595
Line -... Line 1...
-
 
1
/** @file ExceptionStandard.h
-
 
2
 * @brief Exceptions are not much used in CGLA, but these classes define what we throw.
-
 
3
 */
-
 
4
 
-
 
5
/* ----------------------------------------------------------------------- *
-
 
6
 * This file is part of GEL, http://www.imm.dtu.dk/GEL
-
 
7
 * Copyright (C) the authors and DTU Informatics
-
 
8
 * For license and list of authors, see ../../doc/intro.pdf
-
 
9
 * @brief Exceptions are not much used in CGLA, but these classes define what we throw.
-
 
10
 * ----------------------------------------------------------------------- */
-
 
11
 
1
#ifndef __CGLA_EXCEPTIONSTANDARD_H__
12
#ifndef __CGLA_EXCEPTIONSTANDARD_H__
2
#define __CGLA_EXCEPTIONSTANDARD_H__
13
#define __CGLA_EXCEPTIONSTANDARD_H__
3
 
14
 
4
#include <string>
15
#include <string>
5
#include <iostream>
16
#include <iostream>