Skip to content

Commit c83de4f

Browse files
committed
Fix localisation of Touchstone files.
1 parent 0921823 commit c83de4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2122,7 +2122,7 @@ String __fastcall CCommon::loadSParams(std::vector <t_data_point> &s_params, Str
21222122
if (s[1] == '!')
21232123
continue; // comment marker
21242124

2125-
s = localiseDecimalPoint(s);
2125+
// s = localiseDecimalPoint(s);
21262126

21272127
std::vector <String> params;
21282128
parseString(s, " ", params);
@@ -2191,7 +2191,7 @@ String __fastcall CCommon::loadSParams(std::vector <t_data_point> &s_params, Str
21912191
// continue;
21922192
break;
21932193

2194-
s = localiseDecimalPoint(s);
2194+
// s = localiseDecimalPoint(s);
21952195

21962196
std::vector <String> params;
21972197
parseString(s, " ", params);

0 commit comments

Comments
 (0)