Files
solver/MbDCode/ZRotation.h.bak
2023-05-05 19:01:53 -06:00

10 lines
122 B
C

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