Commit 610fea20 authored by Yaser Afshar's avatar Yaser Afshar
Browse files

clean up the code

parent bc47ec50
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -102,11 +102,9 @@ void KimInteractions::do_setup(int narg, char **arg)
  bool fixed_types;
  if ((narg == 1) && (0 == strcmp("fixed_types",arg[0]))) {
    fixed_types = true;
  }
  else if (narg != atom->ntypes) {
  } else if (narg != atom->ntypes) {
    error->all(FLERR,"Illegal kim_interactions command");
  }
  else {
  } else {
    fixed_types = false;
  }