From 7283862ec46846a3e5f2fc4eeb08085ef1b09abb Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 15 Jul 2002 18:21:27 +0000
Subject: [PATCH] force version number to current version in asci post format

---
 doc/FORMATS | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/doc/FORMATS b/doc/FORMATS
index a5bbb186e8..c4cb7c28a5 100644
--- a/doc/FORMATS
+++ b/doc/FORMATS
@@ -1,4 +1,4 @@
-$Id: FORMATS,v 1.10 2001-10-31 08:34:19 geuzaine Exp $
+$Id: FORMATS,v 1.11 2002-07-15 18:21:27 geuzaine Exp $
 
 This document describes the version 1.1 of Gmsh's mesh and
 post-processing file formats
@@ -55,7 +55,7 @@ multiple) post-processing views (enclosed between $View/$EndView
 pairs).
 
     $PostFormat
-    version-number file-type data-size
+    1.1 file-type data-size
     $EndPostFormat
     $View
     view-name nb-time-steps
@@ -81,9 +81,6 @@ pairs).
     text3d ... text3d-chars ...
     $endView
 
-version-number is a floating point number giving the version of
-the file format (e.g. 1.1).
-
 file-type is an integer equal to 0 in the ASCII file format.
 
 data-size is an integer equal to the size of the floating point
-- 
GitLab