-
Axel Kohlmeyer authored
- use Force::open_potential() - replace ftell()/fseek() with rewind()/fgets() which is safer on windows and other platforms with automatic CR/LF to LF conversion on text files - make parser use properly NULL terminated strings through using strtok()
Axel Kohlmeyer authored- use Force::open_potential() - replace ftell()/fseek() with rewind()/fgets() which is safer on windows and other platforms with automatic CR/LF to LF conversion on text files - make parser use properly NULL terminated strings through using strtok()