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

@ -7,7 +7,7 @@ extern "C" {
integer s_lmp_cmp(char *a0, char *b0, ftnlen la, ftnlen lb)
{
register unsigned char *a, *aend, *b, *bend;
unsigned char *a, *aend, *b, *bend;
a = (unsigned char *)a0;
b = (unsigned char *)b0;
aend = a + la;