Skip to content

Commit

Permalink
Update ws-if97.c
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenrong-wang authored Nov 14, 2023
1 parent 0330e39 commit b11ee07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ws-if97.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ int welcome(void)
time(&rtime);
timeinfo=localtime(&rtime);
printf("/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */\n");
printf("/* Water and Steam Properties Calculation. */\n");
printf("/* VERSION 1.2(beta) LICENSE: MIT */\n");
printf("/* Water and Steam Properties Calculation */\n");
printf("/* VERSION 1.2(beta) LICENSE: MIT */\n");
printf("/* WANG ZHENRONG (Edison WANG), reserves all rights of this program. */\n");
printf("/* Contacts: zhenrong_w@163.com(email). K495458966(wechat). */\n");
printf("/* Main function: calculating properties by given two values: */\n");
Expand Down

0 comments on commit b11ee07

Please # to comment.