in chimie.c, read_chimie, replace
strcpy(Elts[it][i].label,&Elts[it][i].label[2]);
by
strcpy(buffer,&Elts[it][i].label[2]);
strcpy(Elts[it][i].label,buffer);
this was the source of a bug, for example,
The label Ejnp was transformed into Epnp !
git-svn-id: https://svn.epfl.ch/svn/gasp@41 67b3a02f-582b-4e65-a7f6-2b87bd0cff7a