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/>.
Application
snappyRefineMesh
autoRefineMesh
Description
Utility to refine cells near to a surface.
@ -670,7 +670,7 @@ int main(int argc, char *argv[])
(
IOobject
(
"snappyRefineMeshDict",
"autoRefineMeshDict",
runTime.system(),
mesh,
IOobject::MUST_READ_IF_MODIFIED,