fix bug causing memory corruption and clean up lmp_f2c.h header

This commit is contained in:
Axel Kohlmeyer
2024-08-18 21:34:15 -04:00
parent 67dccdc52f
commit a8447b419d
2 changed files with 1 additions and 129 deletions

View File

@ -4,7 +4,7 @@
// concatenate two strings
extern "C" {
void s_lmp_cat(char *lp, char *rpp[], ftnint rnp[], ftnint *np, ftnlen ll)
void s_lmp_cat(char *lp, char **rpp, integer *rnp, integer *np, ftnlen ll)
{
ftnlen i, nc;
char *rp;