Commit b0cf1ded authored by sjplimp's avatar sjplimp Committed by GitHub
Browse files

Merge pull request #229 from akohlmey/small-corrections

collected various small corrections and updates
parents 0891ed83 ffb8eb36
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ Fixes :h1
   fix_gld
   fix_gle
   fix_gravity
   fix_halt
   fix_heat
   fix_imd
   fix_indent
+1 −0
Original line number Diff line number Diff line
@@ -170,6 +170,7 @@ fix_gcmc.html
fix_gld.html
fix_gle.html
fix_gravity.html
fix_halt.html
fix_heat.html
fix_imd.html
fix_indent.html
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ int ComputeBondLocal::compute_bonds(int flag)
  double vvib,vrotsq;
  double inertia,omegasq;
  double mvv2e;
  double engpot,engtrans,engvib,engrot,engtot,fbond;
  double engpot,engtrans,engvib,engrot,fbond;
  double *ptr;

  double **x = atom->x;
+1 −1
Original line number Diff line number Diff line
@@ -874,7 +874,7 @@ void Dump::modify_params(int narg, char **arg)
        format_float_user = NULL;
        // pass format none to child classes which may use it
        // not an error if they don't
        int n = modify_param(narg-iarg,&arg[iarg]);
        modify_param(narg-iarg,&arg[iarg]);
        iarg += 2;
        continue;
      }
+1 −1
Original line number Diff line number Diff line
/* ----------------------------------------------------------------------
   LAMMRDS - Large-scale Atomic/Molecular Massively Parallel Simulator
   LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
   http://lammps.sandia.gov, Sandia National Laboratories
   Steve Plimpton, sjplimp@sandia.gov

Loading