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