multiRotaingAxis debug
This commit is contained in:
parent
71057e9575
commit
be7b2eb632
|
@ -21,7 +21,6 @@ Licence:
|
||||||
template<typename MotionModel>
|
template<typename MotionModel>
|
||||||
bool pFlow::geometryMotion<MotionModel>::findMotionIndex()
|
bool pFlow::geometryMotion<MotionModel>::findMotionIndex()
|
||||||
{
|
{
|
||||||
|
|
||||||
if(motionComponentName().size() != numSurfaces() )
|
if(motionComponentName().size() != numSurfaces() )
|
||||||
{
|
{
|
||||||
fatalErrorInFunction<<
|
fatalErrorInFunction<<
|
||||||
|
|
|
@ -32,7 +32,6 @@ bool pFlow::MotionModel<Model, Component>::impl_nameToIndex(const word& name, ui
|
||||||
indx = static_cast<uint32>(i);
|
indx = static_cast<uint32>(i);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
template<typename Model, typename Component>
|
template<typename Model, typename Component>
|
||||||
|
|
|
@ -91,8 +91,8 @@ public:
|
||||||
// - Constructors
|
// - Constructors
|
||||||
|
|
||||||
/// Empty Constructor
|
/// Empty Constructor
|
||||||
INLINE_FUNCTION_HD
|
FUNCTION_HD
|
||||||
multiRotatingAxis(){}
|
multiRotatingAxis() = default;
|
||||||
|
|
||||||
/// Construct from dictionary
|
/// Construct from dictionary
|
||||||
FUNCTION_H
|
FUNCTION_H
|
||||||
|
|
|
@ -22,12 +22,6 @@ Licence:
|
||||||
#define __multiRotatingAxisMotion_hpp__
|
#define __multiRotatingAxisMotion_hpp__
|
||||||
|
|
||||||
|
|
||||||
// #include "types.hpp"
|
|
||||||
// #include "typeInfo.hpp"
|
|
||||||
// #include "VectorSingle.hpp"
|
|
||||||
// #include "List.hpp"
|
|
||||||
// #include "multiRotatingAxis.hpp"
|
|
||||||
|
|
||||||
#include "MotionModel.hpp"
|
#include "MotionModel.hpp"
|
||||||
#include "multiRotatingAxis.hpp"
|
#include "multiRotatingAxis.hpp"
|
||||||
#include "fileDictionary.hpp"
|
#include "fileDictionary.hpp"
|
||||||
|
|
Loading…
Reference in New Issue