Small change in gauss
This commit is contained in:
parent
8ba4934750
commit
7bb2c09a2c
1 changed files with 1 additions and 1 deletions
2
gauss.c
2
gauss.c
|
@ -137,10 +137,10 @@ int main( int argc, char *argv[] ) {
|
||||||
glsPrint(m);
|
glsPrint(m);
|
||||||
if(solve(m)) {
|
if(solve(m)) {
|
||||||
printf("Output: \n");
|
printf("Output: \n");
|
||||||
glsPrint(m);
|
|
||||||
} else {
|
} else {
|
||||||
printf("Failed to solve. :(\n");
|
printf("Failed to solve. :(\n");
|
||||||
}
|
}
|
||||||
|
glsPrint(m);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue