Small change in gauss

This commit is contained in:
madmaurice 2016-02-15 11:30:14 +01:00
parent 8ba4934750
commit 7bb2c09a2c

View file

@ -137,10 +137,10 @@ int main( int argc, char *argv[] ) {
glsPrint(m);
if(solve(m)) {
printf("Output: \n");
glsPrint(m);
} else {
printf("Failed to solve. :(\n");
}
glsPrint(m);
return 0;
}