Skip to content

Commit 4c4fde5

Browse files
committed
fgd
1 parent 8603597 commit 4c4fde5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cpp/RAT2/callCppFunction.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
//

0 commit comments

Comments
 (0)