stardis-solver

Solve coupled heat transfers
git clone git://git.meso-star.fr/stardis-solver.git
Log | Files | Refs | README | LICENSE

commit fa96756ead94e2a036c3b9b21d6852fddf0fd039
parent cb5e194bc9421c5f4cac10cfdf7b0bf93e34ed67
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 17 Jun 2020 12:08:09 +0200

Remove a useless file

Diffstat:
Dsrc/sdis_solve_radiative.c | 20--------------------
1 file changed, 0 insertions(+), 20 deletions(-)

diff --git a/src/sdis_solve_radiative.c b/src/sdis_solve_radiative.c @@ -1,20 +0,0 @@ -/* Copyright (C) 2016-2019 |Meso|Star> (contact@meso-star.com) - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. */ - -#define SDIS_XD_DIMENSION 2 -#include "sdis_solve_Xd_radiative.h" - -#define SDIS_XD_DIMENSION 3 -#include "sdis_solve_Xd_radiative.h"