Files
solver/OndselSolver/ASMTCylConeContact.h
Aik-Siong Koh a36daffb8d fix runDragStep
2024-06-11 17:33:40 -05:00

22 lines
669 B
C++

/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#pragma once
#include "ASMTContact.h"
namespace MbD {
class ASMTCylConeContact : public ASMTContact
{
//
public:
};
}