Change the project name from MbDCode to OndselSolver.
This commit is contained in:
15
OndselSolver/SimulationStoppingError.cpp
Normal file
15
OndselSolver/SimulationStoppingError.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
/***************************************************************************
|
||||
* Copyright (c) 2023 Ondsel, Inc. *
|
||||
* *
|
||||
* This file is part of OndselSolver. *
|
||||
* *
|
||||
* See LICENSE file for details about copyright. *
|
||||
***************************************************************************/
|
||||
|
||||
#include "SimulationStoppingError.h"
|
||||
|
||||
using namespace MbD;
|
||||
|
||||
SimulationStoppingError::SimulationStoppingError(const std::string& msg) : std::runtime_error(msg)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user