From a1b62b837945d907c933ee30e4d0ea19232a50bb Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 8 Aug 2001 07:51:18 +0000 Subject: [PATCH] *** empty log message *** --- demos/anim-all.script | 4 ++-- demos/anim-seq.script | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/demos/anim-all.script b/demos/anim-all.script index b0c7b6f1f8..ed8c417de6 100644 --- a/demos/anim-all.script +++ b/demos/anim-all.script @@ -1,6 +1,6 @@ // -// Animate all visible views and save the animation as a 320x240 mpeg -// and a 320x240 animated gif +// Animate all views (together) and save the animation as a 320x240 +// mpeg and a 320x240 animated gif // // Requirements: mpeg_encode, whirlgif and a UNIX shell // diff --git a/demos/anim-seq.script b/demos/anim-seq.script index 50c82dbe47..2b4c7d149d 100644 --- a/demos/anim-seq.script +++ b/demos/anim-seq.script @@ -4,8 +4,6 @@ // // Requirements: mpeg_encode, whirlgif and a UNIX shell // -// Usage: gmsh file(s) anim-seq.script -// // Output: anim.mpg and anim.gif // -- GitLab