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

10 lines
122 B
C++

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