stardis

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

commit fcb38b4558d7840731f3386dbea756ea096b7696
parent cd70899545ed6e4c73a0e29d5f9d488b94f1945e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 19 Feb 2024 16:40:32 +0100

Fix the stardis-input manual page

The header file name of programmable properties was wrong

Diffstat:
Mdoc/stardis-input.5.in | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/stardis-input.5.in b/doc/stardis-input.5.in @@ -12,7 +12,7 @@ .\" .\" You should have received a copy of the GNU General Public License .\" along with this program. If not, see <http://www.gnu.org/licenses/>. -.Dd February 15, 2024 +.Dd February 19, 2024 .Dt STARDIS-INPUT 5 .Os .\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" @@ -65,7 +65,7 @@ Depending on the type of description they use, programs must export a given list of mandatory functions. They can also export some other optional functions. The exact list with names and types can be found in the public header -.Pa stardis-prog.h , +.Pa stardis-prog-properties.h , which is installed together with .Xr stardis 1 binary.