remove fortran sources and update README with pointer to the conversion package

This commit is contained in:
Axel Kohlmeyer
2022-12-31 16:59:25 -05:00
parent 4552a2791d
commit 57790ef35f
228 changed files with 10 additions and 64902 deletions

View File

@ -5,9 +5,9 @@ extern "C" {
/* assign strings: a = b */
void s_lmp_copy(register char *a, register char *b, ftnlen la, ftnlen lb)
void s_lmp_copy(char *a, char *b, ftnlen la, ftnlen lb)
{
register char *aend, *bend;
char *aend, *bend;
aend = a + la;