Dear Friend,
Thank you for the clarification.
Indeed, I added the new lines to check the dimension of the rows I get a vectors of same rows and I have got the same error as follows
********************************************************************************************************************************************************
The options chosen are:
h = 5.0000
eps1 = 0.1500
The maximum number of breaks is: 5.0000
********************************************************
Output from test procedure
__________________________________
The following options are used:
bigt: 42.0000
rows of FD =
9.4613
9.3649
9.0900
9.1036
9.2260
9.3181
9.4059
9.4964
9.5224
9.5191
9.6082
9.6552
9.6649
9.7455
9.8298
9.8998
9.8569
9.8404
9.8454
9.8728
10.0093
9.9826
9.9327
9.9431
10.0273
9.9686
9.9548
9.9198
9.7723
9.6828
9.6723
9.7194
9.8999
10.0332
9.9780
10.0811
10.1989
10.1158
10.1029
10.0343
10.1264
10.1106
rows of K =
8.5793
8.5893
8.5353
8.5720
8.6884
8.7257
8.7362
8.7283
8.7749
8.7389
8.8391
8.8569
8.8737
8.9376
8.9511
8.9602
8.9157
8.9558
8.9764
8.9801
9.0492
9.0660
9.0308
9.0471
9.0717
9.0061
8.9423
8.8715
8.8978
8.9205
8.8978
8.9199
8.8389
8.9479
9.1110
9.1192
9.1484
9.0900
9.0204
8.9385
8.9363
8.9341
rows of L =
3.9687
3.9676
3.9670
3.9668
3.9670
3.9675
3.9681
3.9690
3.9699
3.9709
3.9720
3.9728
3.9729
3.9722
3.9706
3.9685
3.9662
3.9641
3.9626
3.9618
3.9616
3.9623
3.9641
3.9671
3.9714
3.9767
3.9832
3.9910
3.9999
4.0102
4.0216
4.0334
4.0448
4.0554
4.0650
4.0737
4.0818
4.0899
4.0983
4.1071
4.1161
4.1248
rows of GL =
3.3352
3.3568
3.3656
3.3679
3.3677
3.3828
3.3839
3.3890
3.3746
3.3526
3.3476
3.3579
3.3624
3.3737
3.3806
3.3870
3.3834
3.5250
3.5390
3.5624
3.6004
3.6276
3.6452
3.6541
3.6868
3.7228
3.7994
3.7983
3.8437
3.8752
3.9277
3.9017
3.8925
3.9215
3.9352
3.9616
3.9525
3.9468
3.9451
3.9376
3.9320
3.9264
C:\gauss10\break_tests2.src(645) : error G0047 : Rows don't match
Currently active call: nldat [645] C:\gauss10\break_tests2.src
Stack trace:
nldat called from C:\gauss10\break_tests2.src, line 179
wald called from C:\gauss10\break_tests2.src, line 27
pbreak called from C:\gauss10\break_fh.txt, line 59
**********************************************************************************************************************************************************
as you deduced the error line 638 of the break_test2.src
global[mi,1]=ssrn;
I have to add that the original code has been written for two vectors but I want to extend it to five vectors y[1,42], FD[1,42], K[1,42], L[1,42], GL[1,42]