From dbdf18b187bcefbcd1310cbc5809b9b2a3218dbf Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 17 Sep 2004 17:35:21 +0000 Subject: [PATCH] pretty print --- Common/Views.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Common/Views.cpp b/Common/Views.cpp index e94936c307..97b93c4df1 100644 --- a/Common/Views.cpp +++ b/Common/Views.cpp @@ -1,4 +1,4 @@ -// $Id: Views.cpp,v 1.128 2004-09-16 21:26:30 geuzaine Exp $ +// $Id: Views.cpp,v 1.129 2004-09-17 17:35:21 geuzaine Exp $ // // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // @@ -1283,7 +1283,7 @@ void CombineViews(int all, int remove) */ } } - EndView(vm, 0, "combined.pos", "combined"); + EndView(vm, 0, "Combine.pos", "Combine"); // remove original views? if(remove){ @@ -1369,8 +1369,8 @@ void combine_time(struct nameidx *id, List_T *to_remove) } // finalize char name[256], filename[256]; - sprintf(name, "combined-%s", id->name); - sprintf(filename, "combined-%s.pos", id->name); + sprintf(name, "%s_Combine", id->name); + sprintf(filename, "%s_Combine.pos", id->name); EndView(vm, 0, filename, name); } -- GitLab