autoRefineMesh: corrected source file and executable names

This commit is contained in:
Chris Greenshields
2016-06-10 14:05:30 +01:00
parent c8188265f1
commit f5ed8e777a
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
snappyRefineMesh.C autoRefineMesh.C
EXE = $(FOAM_APPBIN)/snappyRefineMesh EXE = $(FOAM_APPBIN)/autoRefineMesh

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Application Application
snappyRefineMesh autoRefineMesh
Description Description
Utility to refine cells near to a surface. Utility to refine cells near to a surface.
@ -670,7 +670,7 @@ int main(int argc, char *argv[])
( (
IOobject IOobject
( (
"snappyRefineMeshDict", "autoRefineMeshDict",
runTime.system(), runTime.system(),
mesh, mesh,
IOobject::MUST_READ_IF_MODIFIED, IOobject::MUST_READ_IF_MODIFIED,