Files
solver/OndselSolver/MbdMath.h
Aik-Siong Koh 4e5c0b1d37 testing
2023-11-15 17:53:20 -07:00

17 lines
597 B
C++

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