STYLE: controlDict: removed tab

This commit is contained in:
mattijs
2012-08-31 17:02:10 +01:00
parent bee3d042ab
commit f8268c433e

View File

@ -55,17 +55,17 @@ functions
{ {
forces forces
{ {
type forces; type forces;
functionObjectLibs ("libforces.so"); functionObjectLibs ("libforces.so");
outputControl outputTime; outputControl outputTime;
outputInterval 1; outputInterval 1;
patches (floatingObject); patches (floatingObject);
pName p; pName p;
UName U; UName U;
rhoName rhoInf; rhoName rhoInf;
log true; log true;
rhoInf 1000; rhoInf 1000;
CofR (0 0 0); CofR (0 0 0);
} }
poolHeight poolHeight
@ -84,7 +84,7 @@ functions
( (
zeta zeta
); );
} }
}; };