Skip to content

Commit f6c9332

Browse files
committed
add space after period; r2648 from trunk
1 parent 48e1c30 commit f6c9332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Clp/src/CbcOrClpParam.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2230,7 +2230,7 @@ correct tolerance (remembering to switch off presolve for this final short clean
22302230
p.append("both");
22312231
p.append("before");
22322232
p.setLonghelp(
2233-
"This heuristic is very very compute intensive. It tries to find a Dantzig Wolfe structure and use that."
2233+
"This heuristic is very very compute intensive. It tries to find a Dantzig Wolfe structure and use that. "
22342234
HEURISTICS_LONGHELP);
22352235
parameters.push_back(p);
22362236
}

0 commit comments

Comments
 (0)