STYLE: missing comma in Test-decomposePar
This commit is contained in:
parent
4fd32bfdf2
commit
199dc3376c
@ -89,14 +89,14 @@ int main(int argc, char *argv[])
|
|||||||
argList::addOption
|
argList::addOption
|
||||||
(
|
(
|
||||||
"domains",
|
"domains",
|
||||||
"N"
|
"N",
|
||||||
"override numberOfSubdomains"
|
"override numberOfSubdomains"
|
||||||
);
|
);
|
||||||
|
|
||||||
argList::addOption
|
argList::addOption
|
||||||
(
|
(
|
||||||
"method",
|
"method",
|
||||||
"name"
|
"name",
|
||||||
"override method"
|
"override method"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user