MBDyn new joints, sine, cosine
This commit is contained in:
21
OndselSolver/Arguments.cpp
Normal file
21
OndselSolver/Arguments.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 <algorithm>
|
||||
#include <iterator>
|
||||
|
||||
#include "Arguments.h"
|
||||
|
||||
using namespace MbD;
|
||||
|
||||
|
||||
void MbD::Arguments::arguments(Symsptr args)
|
||||
{
|
||||
auto arguments = std::static_pointer_cast<Arguments>(args);
|
||||
terms = arguments->terms;
|
||||
}
|
||||
Reference in New Issue
Block a user