Unverified Commit a3fd7345 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

Merge branch 'master' into next_patch_version

parents e243ca92 18a0cd3e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -111,6 +111,7 @@ src/exceptions.h @rbberger
src/fix_nh.*              @athomps
src/info.*                @akohlmey @rbberger
src/timer.*               @akohlmey
src/min*                  @sjplimp @stanmoore1

# tools
tools/msi2lmp/*       @akohlmey
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ command creates a per-atom array with 6 columns:

   compute my_stress all stress/atom NULL
   fix 1 all ave/atom 10 20 1000 c_my_stress[\*]
   fix 1 all ave/atom 10 20 1000 c_my_stress[1] c_my_stress[1] &
   fix 1 all ave/atom 10 20 1000 c_my_stress[1] c_my_stress[2] &
                                 c_my_stress[3] c_my_stress[4] &
                                 c_my_stress[5] c_my_stress[6]

+3 −0
Original line number Diff line number Diff line
@@ -102,6 +102,9 @@ pair\_style lj/cut/tip4p/long/omp command
pair\_style lj/cut/tip4p/long/opt command
=========================================

pair\_style lj/cut/tip4p/long/gpu command
=====================================

Syntax
""""""

+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ command creates a per-atom array with 6 columns:

compute my_stress all stress/atom NULL
fix 1 all ave/atom 10 20 1000 c_my_stress\[*\]
fix 1 all ave/atom 10 20 1000 c_my_stress\[1\] c_my_stress\[1\] &
fix 1 all ave/atom 10 20 1000 c_my_stress\[1\] c_my_stress\[2\] &
                              c_my_stress\[3\] c_my_stress\[4\] &
                              c_my_stress\[5\] c_my_stress\[6\] :pre

+1 −0
Original line number Diff line number Diff line
../../rdf-adf/data.spce
 No newline at end of file
Loading