stardis

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

commit d0cf45455804c71a645771835e5181690bcca8c2
parent 400bce0a57ea858518a9f4a4ae9efd7336871996
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed,  4 May 2022 14:05:06 +0200

Fix an argument description in the programmed properties API file

Diffstat:
Msrc/stardis-prog-properties.h.in | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/stardis-prog-properties.h.in b/src/stardis-prog-properties.h.in @@ -81,8 +81,8 @@ struct stardis_description_create_context { * A NULL result is interpreted as an error and ends the program. * This function is called the first time a description using this library is * processed. - * Args is the end of the description line that was following the library path - * (if any). */ + * argc + argv describe the (possibly zero) arguments coming from the stardis + * input file in the main-like standard way. */ extern void* stardis_create_library_data (const struct stardis_program_context* ctx, @@ -119,8 +119,8 @@ stardis_release_library_data * processed. * lib_data is the pointer returned by stardis_create_library_data for the * library or NULL if stardis_create_library_data is not defined. - * args is the end of the description line that was following the PROG_PARAM - * keyword (if any). */ + * argc + argv describe the (possibly zero) arguments coming from the stardis + * input file in the main-like standard way. */ extern void* stardis_create_data (const struct stardis_description_create_context *ctx,