mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
autoRefineMesh: corrected source file and executable names
This commit is contained in:
@ -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,
|
||||
Reference in New Issue
Block a user