Skip to content
Snippets Groups Projects
Commit 5928c824 authored by Charlotte Bond's avatar Charlotte Bond
Browse files

changed to be able to read in constants with finesse units (i.e. m,k,u etc.)...

changed to be able to read in constants with finesse units (i.e. m,k,u etc.) and convert these to numbers)
parent 67e2f7ae
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,8 @@ function [value] = FT_read_kat_constant(block,constant_name)
end
% getting constant value
value = FT_kat_str2num(FT_get_element_from_line(block.txt_lines(lines),3));
value=cell2mat(FT_parse_line(block.txt_lines(lines),3));
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment