From 72edc37ea837a4dadbf8d1601ac66f6c636969fa Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 30 Oct 2001 14:49:16 +0000
Subject: [PATCH] *** empty log message ***

---
 demos/filter.geo | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/demos/filter.geo b/demos/filter.geo
index 3854840329..d3effbfc24 100644
--- a/demos/filter.geo
+++ b/demos/filter.geo
@@ -464,16 +464,16 @@ Surface Loop(6031) = {184,6020,6030,6028,6018,-6024,-6022,-6026};
 AIR = 10000 ;
 R1 = 20000 ;
 R2 = 30000 ;
-T1 = 40000 ;
-T2 = 50000 ;
+TT1 = 40000 ;
+TT2 = 50000 ;
 CLD0 = 60000 ;
 SOU  = 70000 ;
 CLTEM  = 80000 ;
 
 Physical Volume  (AIR)     = 6002;
 
-Physical Volume  (T1)      = 606;
-Physical Volume  (T2)      = 608;
+Physical Volume  (TT1)      = 606;
+Physical Volume  (TT2)      = 608;
 Physical Volume  (R1)      = 602;
 Physical Volume  (R2)      = 604;
 //Physical Volume  (SOU)     = 6032;
-- 
GitLab