autoRefineMesh: corrected source file and executable names
This commit is contained in:
parent
a495f4d738
commit
1c66becc25
3 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
snappyRefineMesh.C
|
||||
autoRefineMesh.C
|
||||
|
||||
EXE = $(FOAM_APPBIN)/snappyRefineMesh
|
||||
EXE = $(FOAM_APPBIN)/autoRefineMesh
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
Loading…
Add table
Reference in a new issue