mirror of
https://asciireactor.com/otho/lammps-graphene.git
synced 2024-11-21 22:15:06 +00:00
8 lines
222 B
Plaintext
Executable File
8 lines
222 B
Plaintext
Executable File
frame 1
|
|
num_frames = getProperty("modelInfo.modelCount")
|
|
for (var i = 1; i <= num_frames; i = i+1)
|
|
var filename = "movie"+("00000"+i)[-4][0]+".jpg"
|
|
write IMAGE 800 600 JPG @filename
|
|
frame next
|
|
end for
|
|
exitJmol |