no need for special whitespace handling in library interface

This commit is contained in:
Axel Kohlmeyer
2017-05-30 07:55:48 -04:00
parent 4ae314731d
commit 092806ad4f

View File

@ -286,9 +286,6 @@ void lammps_commands_string(void *ptr, char *str)
else if ((copy[i] == '&') && (copy[i+1] == '\0'))
copy[i] = ' ';
if ((copy[i] == '\r') || (copy[i] == '\t'))
copy[i] = ' ';
if (copy[i] == '\n') {
copy[i] = '\0';
lmp->input->one(ptr);