Change the project name from MbDCode to OndselSolver.
This commit is contained in:
21
OndselSolver/Time.cpp
Normal file
21
OndselSolver/Time.cpp
Normal file
@@ -0,0 +1,21 @@
|
||||
/***************************************************************************
|
||||
* Copyright (c) 2023 Ondsel, Inc. *
|
||||
* *
|
||||
* This file is part of OndselSolver. *
|
||||
* *
|
||||
* See LICENSE file for details about copyright. *
|
||||
***************************************************************************/
|
||||
|
||||
#include "Time.h"
|
||||
|
||||
using namespace MbD;
|
||||
|
||||
Time::Time()
|
||||
{
|
||||
}
|
||||
|
||||
void Time::initialize()
|
||||
{
|
||||
std::string str = "t";
|
||||
this->setName(str);
|
||||
}
|
||||
Reference in New Issue
Block a user