15 lines
611 B
C++
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
|
|
}
|