mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
tutorials: Removed unnecessary spaces between parentheses and values in vectors
This commit is contained in:
@ -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;
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user