git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13812 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
sjplimp
2015-07-31 23:59:29 +00:00
parent 992d9ff3ea
commit 80a58bfc47
17 changed files with 158 additions and 113 deletions

View File

@ -164,7 +164,7 @@ needed. For example:
print "Volume = $v"
print 'Volume = $v'
if "${steps} > 1000" then quit
if "$\{steps\} > 1000" then quit
variable a string "red green blue &
purple orange cyan"
print """
@ -697,9 +697,9 @@ KOKKOS, o = USER-OMP, t = OPT.
"reduce"_compute_reduce.html,
"reduce/region"_compute_reduce.html,
"slice"_compute_slice.html,
"sna/atom"_compute_sna.html,
"snad/atom"_compute_sna.html,
"snav/atom"_compute_sna.html,
"sna/atom"_compute_sna_atom.html,
"snad/atom"_compute_sna_atom.html,
"snav/atom"_compute_sna_atom.html,
"stress/atom"_compute_stress_atom.html,
"temp (c)"_compute_temp.html,
"temp/asphere"_compute_temp_asphere.html,