Commit 092806ad authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

no need for special whitespace handling in library interface

parent 4ae31473
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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);