Skip to content

Commit

Permalink
final BREXX V2R5M1 commit!
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Jacob committed May 6, 2022
1 parent 74d4f36 commit d8636e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rxmvs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2655,7 +2655,7 @@ void R_icreate(int func) {
ivector[vname] = (int *) MALLOC(rows*sizeof(int),"INT Vector");
if (option=='E') {
for (ii = 0; ii < rows; ++ii) {
ivector[vname][ii] = ii;
ivector[vname][ii] = ii+1;
}
} else if (option=='N'){
for (ii = 0; ii <rows; ++ii) {
Expand Down

0 comments on commit d8636e8

Please sign in to comment.