mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-12-29 00:04:42 +00:00
method to copy FitInterface
This commit is contained in:
@@ -26,6 +26,11 @@ using namespace Latan;
|
||||
/******************************************************************************
|
||||
* FitInterface implementation *
|
||||
******************************************************************************/
|
||||
// copy object (not as a constructor to be accessed from derived class) ////////
|
||||
void FitInterface::copyInterface(const FitInterface &d)
|
||||
{
|
||||
*this = d;
|
||||
}
|
||||
|
||||
// add dimensions //////////////////////////////////////////////////////////////
|
||||
void FitInterface::addXDim(const string name, const Index nData,
|
||||
|
||||
Reference in New Issue
Block a user