some file renaming

This commit is contained in:
John Dupuy
2023-11-15 15:36:03 -06:00
parent 9fae4cdc68
commit 83fe2f6afe
10 changed files with 12 additions and 10 deletions

14
OndselSolver/MbDMath.cpp Normal file
View File

@@ -0,0 +1,14 @@
/***************************************************************************
* 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
}