stardis-solver

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

commit 5c0cffefa4c3fb655bab7fb474600aebac0ce119
parent 820cbbcafe0c3d922a7cf7ac8663e222228ddbea
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 26 Jun 2020 11:48:12 +0200

Fix a typo

Diffstat:
Msrc/sdis_green.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sdis_green.c b/src/sdis_green.c @@ -179,7 +179,7 @@ green_path_copy_and_release(struct green_path* dst, struct green_path* src) #define HTABLE_DATA struct sdis_interface* #include <rsys/hash_table.h> -/* Generate the hash table that maps and id to a medium */ +/* Generate the hash table that maps an id to a medium */ #define HTABLE_NAME medium #define HTABLE_KEY unsigned #define HTABLE_DATA struct sdis_medium*