| # | Line 1557 | Line 1557 | int main(int argc, char **argv) | |
|---|---|---|
| 1557 | char** temp_image_name; | |
| 1558 | int *x_temp_img, *y_temp_img; | |
| 1559 | double *scale_image_scans; | |
| 1560 | + | int *new_gs_number = NULL; |
| 1561 | VIEW userview = STDVIEW; | |
| 1562 | int gotuserview = 0; | |
| 1563 | ||
| # | Line 3077 | Line 3078 | if (calcfast ==1 || search_pix <= 1.0 || calcfast == 2 | |
| 3078 | ||
| 3079 | } | |
| 3080 | ||
| 3081 | < | int new_gs_number[igs+1]; |
| 3081 | > | new_gs_number = (int *)malloc(sizeof(int)*(igs+1)); |
| 3082 | ||
| 3083 | i = 0; | |
| 3084 | for (x = 0; x <= igs; x++) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |