tutorials: Removed unnecessary spaces between parentheses and values in vectors

This commit is contained in:
Henry Weller
2015-07-21 20:55:44 +01:00
parent 40ae36b5f6
commit 2b1ee6b497
207 changed files with 399 additions and 399 deletions

View File

@ -25,8 +25,8 @@ sets
{
type uniform;
axis distance;
start ( 10.001 -1 0.01 );
end ( 10.001 1 0.01 );
start (10.001 -1 0.01);
end (10.001 1 0.01);
nPoints 100;
}
);