stardis

Perform coupled heat transfer calculations
git clone git://git.meso-star.fr/stardis.git
Log | Files | Refs | README | LICENSE

commit 8f54ec9a02b24171abf006ac2c723542a96bc1f4
parent ee692d5444b5f343396be461af600c8fd41f24d1
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri, 20 Oct 2023 16:41:48 +0200

Spacing

Diffstat:
Msrc/stardis-intface.c | 2+-
Msrc/stardis-intface.h | 14+++++++-------
Msrc/stardis-prog-properties.h.in | 6+++---
3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/stardis-intface.c b/src/stardis-intface.c @@ -115,7 +115,7 @@ emissivity_1 (void)frag, (void)data; return 1; } - + static double intface_prog_get_temp (const struct sdis_interface_fragment* frag, diff --git a/src/stardis-intface.h b/src/stardis-intface.h @@ -28,13 +28,13 @@ struct stardis_interface_fragment; ******************************************************************************/ struct intface { /* programmed interfaces */ - double (*get_temp)(const struct stardis_interface_fragment*, void*); - double (*get_flux)(const struct stardis_interface_fragment*, void*); - double (*get_hc)(const struct stardis_interface_fragment*, void*); - double (*get_emissivity)(const struct stardis_interface_fragment*, void*); - double (*get_alpha)(const struct stardis_interface_fragment*, void*); - double (*get_ref_temp)(const struct stardis_interface_fragment*, void*); - double (*get_tcr)(const struct stardis_interface_fragment*, void*); + double (*get_temp)(const struct stardis_interface_fragment*, void*); + double (*get_flux)(const struct stardis_interface_fragment*, void*); + double (*get_hc)(const struct stardis_interface_fragment*, void*); + double (*get_emissivity)(const struct stardis_interface_fragment*, void*); + double (*get_alpha)(const struct stardis_interface_fragment*, void*); + double (*get_ref_temp)(const struct stardis_interface_fragment*, void*); + double (*get_tcr)(const struct stardis_interface_fragment*, void*); void* prog_data; /* fluid - solid */ double hc; diff --git a/src/stardis-prog-properties.h.in b/src/stardis-prog-properties.h.in @@ -4,12 +4,12 @@ * modify it under the terms of the GNU Lesser 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 * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ @@ -114,7 +114,7 @@ stardis_release_library_data /******************************************************************************/ /* Create the data attached to a given description. - * A NULL result is interpreted as an error and ends the program. + * A NULL result is interpreted as an error and ends the program. * This function is called every time a description using this library is * processed. * lib_data is the pointer returned by stardis_create_library_data for the