Files
solver/MbDCode/PrescribedMotion.h
2023-05-02 10:22:37 -06:00

10 lines
107 B
C++

#pragma once
#include "Joint.h"
namespace MbD {
class PrescribedMotion : public Joint
{
};
}