规范模块目录和第三方依赖结构
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// SliderCrankMechanism.cpp
|
||||
#include "SliderCrankMechanism.h"
|
||||
#include "FourBarMechanism/SliderCrankMechanism.h"
|
||||
#include <stdexcept>
|
||||
#include <algorithm>
|
||||
#include <cstdio>
|
||||
@@ -371,4 +371,4 @@ void deleteSliderCrankMechanism(SliderCrankMechanism *mechanism)
|
||||
SliderCrankMechanismPtr createSliderCrankMechanismSmart()
|
||||
{
|
||||
return std::make_shared<SliderCrankMechanism>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user