Revert "test commit"

This reverts commit f13781f35c.
This commit is contained in:
Krishna Vedala 2020-07-10 21:51:45 -04:00
parent effa820fb0
commit 25ceda9b5e
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7
2 changed files with 1 additions and 2 deletions

View File

@ -84,7 +84,6 @@ void test(void)
exit(EXIT_FAILURE);
}
// arrays to store points (x,y)
double *x = (double *)malloc(N * sizeof(double));
double *y = (double *)malloc(N * sizeof(double));

View File

@ -37,7 +37,7 @@ struct sudoku
};
/**
* Function to check if `x`^th row is valid
* Check if `x`^th row is valid
* @param a ::sudoku to check
* @param x row to check
* @param y ignored column