File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ namespace RAT
4646 int i;
4747 int loop_ub;
4848 int loop_ub_tmp;
49- char b_pointer_data[10000 ];
49+ char b_pointer_data[15 ];
5050
5151 // Calls a Cpp custom function stored at the given pointer address.
5252 //
@@ -158,7 +158,7 @@ namespace RAT
158158 int i;
159159 int loop_ub;
160160 int loop_ub_tmp;
161- char b_pointer_data[10000 ];
161+ char b_pointer_data[15 ];
162162
163163 // Calls a Cpp custom function stored at the given pointer address.
164164 //
@@ -270,7 +270,7 @@ namespace RAT
270270 int i;
271271 int loop_ub;
272272 int loop_ub_tmp;
273- char b_pointer_data[10000 ];
273+ char b_pointer_data[15 ];
274274
275275 // Calls a Cpp custom function stored at the given pointer address.
276276 //
@@ -376,7 +376,7 @@ namespace RAT
376376 double params_data[5 ];
377377 double actualSize;
378378 int loop_ub;
379- char b_pointer_data[10000 ];
379+ char b_pointer_data[15 ];
380380
381381 // Calls a Cpp custom function stored at the given pointer address.
382382 //
You can’t perform that action at this time.
0 commit comments