/* * NodeTypes.hpp * * Created on: 17.01.2012 * Author: heber */ #ifndef NODETYPES_HPP_ #define NODETYPES_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include #include "LinearAlgebra/Vector.hpp" typedef Vector Node; typedef std::vector NodeSet; #endif /* NODETYPES_HPP_ */