From 66b14c5040cff664a0cbf62beb746f91f6883e68 Mon Sep 17 00:00:00 2001
From: Francesco Carpanese <francesco.carpanese@epfl.ch>
Date: Tue, 11 Jun 2019 17:12:41 +0000
Subject: [PATCH] added the vessel resistivity

git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@12041 d63d8f72-b253-0410-a779-e742ad2e26cf
---
 crpptbx/TCV_IMAS/tcv_ids_wall_description_2d.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crpptbx/TCV_IMAS/tcv_ids_wall_description_2d.m b/crpptbx/TCV_IMAS/tcv_ids_wall_description_2d.m
index fab63790..8a8ed6aa 100644
--- a/crpptbx/TCV_IMAS/tcv_ids_wall_description_2d.m
+++ b/crpptbx/TCV_IMAS/tcv_ids_wall_description_2d.m
@@ -31,7 +31,7 @@ ids_struct_out_description{1}.vessel.unit{1}.annular.outline_outer.z = ['from ''
 % The value of the resistivity is taken as an average of the value in Fig.3
 % of Jean-Marc LIUQE paper.
 ids_struct_out_description{1}.vessel.unit{1}.annular.resistivity = 0.25*1e-3; %[ohm m]
-
+ids_struct_out{1}.vessel.unit{1}.annular.resistivity = 0.25*1e-3; %[ohm m]
 %% TODO Add the other description of the wall and the input pharser
 
 
-- 
GitLab