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);
|
||||
if(solve(m)) {
|
||||
printf("Output: \n");
|
||||
glsPrint(m);
|
||||
} else {
|
||||
printf("Failed to solve. :(\n");
|
||||
}
|
||||
glsPrint(m);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue