Unverified Commit 67041a54 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer Committed by GitHub
Browse files

Merge pull request #1231 from lammps/update-log-files

Update log files for example inputs, part 1
parents f380a03a 5d2730f0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ log.cite
.*.swp
*.orig
*.rej
vgcore.*
.vagrant
\#*#
.#*
+1 −0
Original line number Diff line number Diff line
../../potentials/CH.airebo
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
../../potentials/CH.airebo-m
 No newline at end of file
+13 −13
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ neighbor 0.5 bin
neigh_modify        delay 5 every 1

pair_style          airebo 3.0 1 1
pair_coeff	    * * ../../potentials/CH.airebo C H
pair_coeff          * * CH.airebo C H

velocity            all create 300.0 761341

+13 −13
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ neighbor 0.5 bin
neigh_modify        delay 5 every 1

pair_style          airebo/morse 3.0 1 1
pair_coeff	    * * ../../potentials/CH.airebo-m C H
pair_coeff          * * CH.airebo-m C H

velocity            all create 300.0 761341

Loading