Revision 7dddb0219dc6a4a10449b4518e11a97c2364217e authored by Christophe Prud'homme on 22 February 2015, 22:40:51 UTC, committed by Christophe Prud'homme on 22 February 2015, 22:40:51 UTC
1 parent cfc36cc
Raw File
ts.hpp
/* -*- mode: c++; coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; show-trailing-whitespace: t -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

   This file is part of the Feel library

   Author(s): Christophe Prud'homme <christophe.prudhomme@feelpp.org>
   Date: 2014-01-11

   Copyright (C) 2014 Feel++ Consortium

   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
   License as published by the Free Software Foundation; either
   version 3.0 of the License, or (at your option) any later version.

   This library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Lesser General Public License for more details.

   You should have received a copy of the GNU Lesser General Public
   License along with this library; if not, write to the Free Software
   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
*/
#ifndef FEELPP_FEELTS_TS_HPP
#define FEELPP_FEELTS_TS_HPP 1

#include <feel/feelts/bdf.hpp>
#include <feel/feelts/newmark.hpp>

#endif // FEELPP_FEELTS_TS_HPP
back to top