multiRotaingAxis debug

This commit is contained in:
wanqing0421 2025-03-16 22:08:07 +08:00
parent 71057e9575
commit be7b2eb632
4 changed files with 2 additions and 10 deletions

View File

@ -21,7 +21,6 @@ Licence:
template<typename MotionModel>
bool pFlow::geometryMotion<MotionModel>::findMotionIndex()
{
if(motionComponentName().size() != numSurfaces() )
{
fatalErrorInFunction<<

View File

@ -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>

View File

@ -91,8 +91,8 @@ public:
// - Constructors
/// Empty Constructor
INLINE_FUNCTION_HD
multiRotatingAxis(){}
FUNCTION_HD
multiRotatingAxis() = default;
/// Construct from dictionary
FUNCTION_H

View File

@ -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"