diff --git a/crpptbx/TCV_IMAS/tcv_get_ids_tf.m b/crpptbx/TCV_IMAS/tcv_get_ids_tf.m
index be2865dc978eee8874070230e6473fb8800ce0fc..328ce75475b9f0eff2911ddf68882f7d199d43ce 100644
--- a/crpptbx/TCV_IMAS/tcv_get_ids_tf.m
+++ b/crpptbx/TCV_IMAS/tcv_get_ids_tf.m
@@ -1,7 +1,7 @@
 function [ids_struct_out] =  tcv_get_ids_tf(shot, ids_structures)
-
+% Get the vacuum toroidal field
 ids_struct_out = ids_structures;
 
 tmp = gdat(shot, 'b0');
 ids_struct_out.b_field_tor_vacuum_r.data = tmp.data; 
-ids_struct_out.b_field_tor_vacuum_r.time = tmp.time;
\ No newline at end of file
+ids_struct_out.b_field_tor_vacuum_r.time = tmp.t;
\ No newline at end of file