Skip to content

Commit

Permalink
Don't drop equations on the floor if strides are allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
billpugh committed Nov 10, 2013
1 parent c7b3570 commit b74c80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omega_lib/src/omega_core/oc_eq.c
Expand Up @@ -722,7 +722,7 @@ Problem::solveEQ()
fflush(outputFile);
};
}
else if (inApproximateMode) {
else if (inApproximateMode && !inStridesAllowedMode) {
if (TRACE) {
fprintf(outputFile, "Dropping equation on the floor: ");
printEQ(eq);
Expand Down

0 comments on commit b74c80d

Please sign in to comment.