From ea70a8b3c7ac18d762a6d43da06b2bb89aaefcd8 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 31 Oct 2004 01:50:27 +0000 Subject: [PATCH] fix view name --- Plugin/HarmonicToTime.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Plugin/HarmonicToTime.cpp b/Plugin/HarmonicToTime.cpp index bfe7c18297..98a4383ebd 100644 --- a/Plugin/HarmonicToTime.cpp +++ b/Plugin/HarmonicToTime.cpp @@ -1,4 +1,4 @@ -// $Id: HarmonicToTime.cpp,v 1.1 2004-10-30 15:23:45 geuzaine Exp $ +// $Id: HarmonicToTime.cpp,v 1.2 2004-10-31 01:50:27 geuzaine Exp $ // // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // @@ -179,8 +179,8 @@ Post_View *GMSH_HarmonicToTimePlugin::execute(Post_View * v) } // finalize char name[1024], filename[1024]; - sprintf(name, "%s_Skin", v1->Name); - sprintf(filename, "%s_Skin.pos", v1->Name); + sprintf(name, "%s_HarmonicToTime", v1->Name); + sprintf(filename, "%s_HarmonicToTime.pos", v1->Name); EndView(v2, 1, filename, name); return v2; -- GitLab