Skip to content
Snippets Groups Projects
Commit 61b29463 authored by mattijs's avatar mattijs
Browse files

renamed patches to patchInfo

parent 4575c332
No related branches found
No related tags found
No related merge requests found
...@@ -208,8 +208,8 @@ void dumpCyclicMatch(const fileName& prefix, const polyMesh& mesh) ...@@ -208,8 +208,8 @@ void dumpCyclicMatch(const fileName& prefix, const polyMesh& mesh)
// Dump halves // Dump halves
{ {
OFstream str(prefix+cycPatch.name()+"_half0.obj"); OFstream str(prefix+cycPatch.name()+"_half0.obj");
Pout<< "Dumping cycPatch.name() half0 faces to " << str.name() Pout<< "Dumping " << cycPatch.name()
<< endl; << " half0 faces to " << str.name() << endl;
meshTools::writeOBJ meshTools::writeOBJ
( (
str, str,
...@@ -226,8 +226,8 @@ void dumpCyclicMatch(const fileName& prefix, const polyMesh& mesh) ...@@ -226,8 +226,8 @@ void dumpCyclicMatch(const fileName& prefix, const polyMesh& mesh)
} }
{ {
OFstream str(prefix+cycPatch.name()+"_half1.obj"); OFstream str(prefix+cycPatch.name()+"_half1.obj");
Pout<< "Dumping cycPatch.name() half1 faces to " << str.name() Pout<< "Dumping " << cycPatch.name()
<< endl; << " half1 faces to " << str.name() << endl;
meshTools::writeOBJ meshTools::writeOBJ
( (
str, str,
...@@ -563,7 +563,7 @@ int main(int argc, char *argv[]) ...@@ -563,7 +563,7 @@ int main(int argc, char *argv[])
dumpCyclicMatch("initial_", mesh); dumpCyclicMatch("initial_", mesh);
// Read patch construct info from dictionary // Read patch construct info from dictionary
PtrList<dictionary> patchSources(dict.lookup("patches")); PtrList<dictionary> patchSources(dict.lookup("patchInfo"));
......
...@@ -46,7 +46,7 @@ matchTolerance 1E-3; ...@@ -46,7 +46,7 @@ matchTolerance 1E-3;
pointSync true; pointSync true;
// Patches to create. // Patches to create.
patches patchInfo
( (
{ {
// Name of new patch // Name of new patch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment