The Conley-Morse Graphs Software
typedefs.h
Go to the documentation of this file.
1/////////////////////////////////////////////////////////////////////////////
2///
3/// @file typedefs.h
4///
5/// Customizable data types for the Conley-Morse graphs computation program.
6/// This file includes definitions of various types for the phase space
7/// and for the parameter space.
8///
9/// @author Pawel Pilarczyk
10///
11/////////////////////////////////////////////////////////////////////////////
12
13// Copyright (C) 1997-2014 by Pawel Pilarczyk.
14//
15// This file is part of my research software package. This is free software:
16// you can redistribute it and/or modify it under the terms of the GNU
17// General Public License as published by the Free Software Foundation,
18// either version 3 of the License, or (at your option) any later version.
19//
20// This software is distributed in the hope that it will be useful,
21// but WITHOUT ANY WARRANTY; without even the implied warranty of
22// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23// GNU General Public License for more details.
24//
25// You should have received a copy of the GNU General Public License
26// along with this software; see the file "license.txt". If not,
27// please, see <https://www.gnu.org/licenses/>.
28
29// Started on February 11, 2008. Last revision: February 20, 2012.
30
31
32#ifndef _CMGRAPHS_TYPEDEFS_H_
33#define _CMGRAPHS_TYPEDEFS_H_
34
35
36// include local header files
37#include "typespace.h"
38#include "typeparam.h"
39
40
41#endif // _CMGRAPHS_TYPEDEFS_H_
42
Customizable data types for the Conley-Morse graphs computation program.
Customizable data types for the Conley-Morse graphs computation program.