Unverified Commit 5e57118a authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

Merge branch 'mliap' of github.com:athomps/lammps into mliap

parents b9d98976 1a0095e5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@
#include "sna.h"
#include "memory.h"
#include "error.h"
#include "fmt/format.h"

using namespace LAMMPS_NS;

@@ -338,8 +339,7 @@ void MLIAPDescriptorSNAP::read_paramfile(char *paramfilename)
    char* keyval = strtok(NULL,"' \t\n\r\f");

    if (comm->me == 0) {
      if (screen) fprintf(screen,"SNAP keyword %s %s \n",keywd,keyval);
      if (logfile) fprintf(logfile,"SNAP keyword %s %s \n",keywd,keyval);
      utils::logmesg(lmp, fmt::format("SNAP keyword {} {} \n", keywd, keyval));
    }

    // check for keywords with one value per element