Transferred copyright to the OpenFOAM Foundation
[OpenFOAM-2.0.x.git] / applications / utilities / mesh / generation / extrude / extrudeMesh / createTimeExtruded.H
blob7a4ce1ed73d6c486fc5f9c792b71064d3325028a
1     Info<< "Create time\n" << endl;
3     Time runTimeExtruded
4     (
5         Time::controlDictName,
6         args.rootPath(),
7         args.caseName()
8     );