STYLE: uniform 'Test-' prefix for all applications/test

- easier to clean, avoid confusion with 'real' applications, etc.
This commit is contained in:
Mark Olesen
2010-11-23 16:26:04 +01:00
parent e5cf4f093e
commit 499d48cfdb
225 changed files with 215 additions and 272 deletions

View File

@ -1,4 +1,3 @@
Test-DirectMappedPatch.C
testDirectMappedPatch.C
EXE = $(FOAM_USER_APPBIN)/testDirectMappedPatch
EXE = $(FOAM_USER_APPBIN)/Test-DirectMappedPatch

View File

@ -84,7 +84,7 @@ int main(int argc, char *argv[])
dimensionedVector("zero", dimLength, vector::zero),
patchFieldTypes
);
cc.internalField() = mesh.C().internalField();
cc.boundaryField().updateCoeffs();