iterateGeometry is finalized for version (1.x)
This commit is contained in:
parent
90fc1c6357
commit
3ada371198
|
@ -32,7 +32,6 @@ Licence:
|
||||||
#include "vocabs.hpp"
|
#include "vocabs.hpp"
|
||||||
#include "systemControl.hpp"
|
#include "systemControl.hpp"
|
||||||
#include "geometry.hpp"
|
#include "geometry.hpp"
|
||||||
//#include "geometryMotion.hpp"
|
|
||||||
#include "commandLine.hpp"
|
#include "commandLine.hpp"
|
||||||
//#include "readControlDict.hpp"
|
//#include "readControlDict.hpp"
|
||||||
|
|
||||||
|
@ -56,21 +55,23 @@ commandLine cmds(
|
||||||
|
|
||||||
|
|
||||||
// this should be palced in each main
|
// this should be palced in each main
|
||||||
|
processors::initProcessors(argc, argv);
|
||||||
|
initialize_pFlowProcessors();
|
||||||
#include "initialize_Control.hpp"
|
#include "initialize_Control.hpp"
|
||||||
|
|
||||||
#include "setProperty.hpp"
|
#include "setProperty.hpp"
|
||||||
//#include "setSurfaceGeometry.hpp"
|
#include "setSurfaceGeometry.hpp"
|
||||||
|
|
||||||
WARNING<<"Code should be changed "<<END_WARNING;
|
|
||||||
auto geom = geometry(Control, proprties);
|
do
|
||||||
/*do
|
|
||||||
{
|
{
|
||||||
surfGeometry.iterate();
|
surfGeometry.iterate();
|
||||||
|
|
||||||
}while( Control++);*/
|
}while( Control++);
|
||||||
|
|
||||||
// this should be palced in each main
|
// this should be palced in each main
|
||||||
#include "finalize.hpp"
|
#include "finalize.hpp"
|
||||||
|
processors::finalizeProcessors();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue