Files
solver/OndselSolver/MbdMath.cpp
2023-11-06 18:00:24 -07:00

15 lines
611 B
C++

/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#include "MbDMath.h"
void MbD::MbDMath::noop()
{
//No Operations
}