From de09819d7dd6698783d68118bfd28cfdb081709b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20Rio?= Date: Tue, 28 Sep 2021 18:01:29 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20du=20r=C3=A9pertoire=20Unix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unix/LaLIST.H | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100755 unix/LaLIST.H diff --git a/unix/LaLIST.H b/unix/LaLIST.H new file mode 100755 index 0000000..db922c1 --- /dev/null +++ b/unix/LaLIST.H @@ -0,0 +1,40 @@ + +// This file is part of the Herezh++ application. +// +// The finite element software Herezh++ is dedicated to the field +// of mechanics for large transformations of solid structures. +// It is developed by Grard Rio (APP: IDDN.FR.010.0106078.000.R.P.2006.035.20600) +// INSTITUT DE RECHERCHE DUPUY DE LME (IRDL) . +// +// Herezh++ is distributed under GPL 3 license ou ultrieure. +// +// Copyright (C) 1997-2021 Universit Bretagne Sud (France) +// AUTHOR : Grard Rio +// E-MAIL : gerardrio56@free.fr +// +// 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 . +// +// For more information, please consult: . + +/// programme modifi : le nom LaLIST, +// pour pouvoir tre utilis avec la bibli +// en fait uniquement idem que les listes stl dans un premier temps + +#ifndef LIST_H +#define LIST_H +#include +// typedef list LaLIST; + #define LaLIST list +#endif +