From fab1f9dff3746f266e34235df24cfe25a28ef2ba Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 13 Aug 2006 16:02:01 +0000 Subject: [PATCH] *** empty log message *** --- Common/ViewsIO.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Common/ViewsIO.cpp b/Common/ViewsIO.cpp index c0910bd3e8..85d26f73e3 100644 --- a/Common/ViewsIO.cpp +++ b/Common/ViewsIO.cpp @@ -1,4 +1,4 @@ -// $Id: ViewsIO.cpp,v 1.6 2006-08-07 19:08:11 geuzaine Exp $ +// $Id: ViewsIO.cpp,v 1.7 2006-08-13 16:02:01 geuzaine Exp $ // // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // @@ -387,7 +387,7 @@ static void write_parsed_strings(int nbc, int nb, List_T *TD, List_T *TC, FILE * } } -void WriteViewPost(Post_View *v, FILE *file, int binary=0, int parsed=1, int append=0) +void WriteViewPOS(Post_View *v, FILE *file, int binary=0, int parsed=1, int append=0) { char name[256]; int f, One = 1; @@ -829,7 +829,7 @@ void WriteView(Post_View *v, char *filename, int format, int append) else if(msh) WriteViewMSH(v, file); else - WriteViewPost(v, file, binary, parsed, append); + WriteViewPOS(v, file, binary, parsed, append); if(filename) { fclose(file); -- GitLab