diff --git a/copasi/bindings/R/R.i b/copasi/bindings/R/R.i index 1f9b74654f..f3abfccbd3 100644 --- a/copasi/bindings/R/R.i +++ b/copasi/bindings/R/R.i @@ -1,4 +1,4 @@ -// Copyright (C) 2019 - 2020 by Pedro Mendes, Rector and Visitors of the +// Copyright (C) 2019 - 2024 by Pedro Mendes, Rector and Visitors of the // University of Virginia, University of Heidelberg, and University // of Connecticut School of Medicine. // All rights reserved. @@ -188,7 +188,7 @@ import types // Taken from CopasiSE.cpp // Create the root container -CRootContainer::init(0,NULL,false); +CRootContainer::init(0,NULL,true); %} diff --git a/copasi/bindings/csharp/local.cpp b/copasi/bindings/csharp/local.cpp index 453be091c6..70b1d63935 100644 --- a/copasi/bindings/csharp/local.cpp +++ b/copasi/bindings/csharp/local.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2019 - 2021 by Pedro Mendes, Rector and Visitors of the +// Copyright (C) 2019 - 2024 by Pedro Mendes, Rector and Visitors of the // University of Virginia, University of Heidelberg, and University // of Connecticut School of Medicine. // All rights reserved. @@ -917,5 +917,5 @@ int GetType_COptTask(COptTask* pPointer) void initCopasi() { - CRootContainer::init(0, NULL, false); + CRootContainer::init(0, NULL, true); } diff --git a/copasi/bindings/java/local.cpp b/copasi/bindings/java/local.cpp index dd919f82a6..df01c10655 100644 --- a/copasi/bindings/java/local.cpp +++ b/copasi/bindings/java/local.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2019 by Pedro Mendes, Rector and Visitors of the +// Copyright (C) 2019 - 2024 by Pedro Mendes, Rector and Visitors of the // University of Virginia, University of Heidelberg, and University // of Connecticut School of Medicine. // All rights reserved. @@ -127,5 +127,5 @@ typedef CMatrixInterface > AnnotatedFloatMatrix; void initCopasi() { - CRootContainer::init(0, NULL, false); + CRootContainer::init(0, NULL, true); } diff --git a/copasi/bindings/octave/octave.i b/copasi/bindings/octave/octave.i index ba2ee23798..77cc96c058 100644 --- a/copasi/bindings/octave/octave.i +++ b/copasi/bindings/octave/octave.i @@ -1,4 +1,4 @@ -// Copyright (C) 2019 - 2020 by Pedro Mendes, Rector and Visitors of the +// Copyright (C) 2019 - 2024 by Pedro Mendes, Rector and Visitors of the // University of Virginia, University of Heidelberg, and University // of Connecticut School of Medicine. // All rights reserved. @@ -161,7 +161,7 @@ // Taken from CopasiSE.cpp // Create the root container -CRootContainer::init(0,NULL,false); +CRootContainer::init(0,NULL,true); %} diff --git a/copasi/bindings/perl/perl.i b/copasi/bindings/perl/perl.i index 3f92599dcf..ca8fe1f5a3 100644 --- a/copasi/bindings/perl/perl.i +++ b/copasi/bindings/perl/perl.i @@ -1,4 +1,4 @@ -// Copyright (C) 2019 - 2020 by Pedro Mendes, Rector and Visitors of the +// Copyright (C) 2019 - 2024 by Pedro Mendes, Rector and Visitors of the // University of Virginia, University of Heidelberg, and University // of Connecticut School of Medicine. // All rights reserved. @@ -161,7 +161,7 @@ // Taken from CopasiSE.cpp // Create the root container -CRootContainer::init(0,NULL,false); +CRootContainer::init(0,NULL,true); %} diff --git a/copasi/bindings/python/python.i b/copasi/bindings/python/python.i index c2ae875423..8c5d19a7be 100644 --- a/copasi/bindings/python/python.i +++ b/copasi/bindings/python/python.i @@ -177,7 +177,7 @@ import sys // Taken from CopasiSE.cpp // Create the root container -CRootContainer::init(0,NULL,false); +CRootContainer::init(0,NULL,true); %} diff --git a/copasi/bindings/swig/CRootContainer.i b/copasi/bindings/swig/CRootContainer.i index f39dbc562f..00630212fb 100644 --- a/copasi/bindings/swig/CRootContainer.i +++ b/copasi/bindings/swig/CRootContainer.i @@ -1,4 +1,4 @@ -// Copyright (C) 2019 - 2021 by Pedro Mendes, Rector and Visitors of the +// Copyright (C) 2019 - 2024 by Pedro Mendes, Rector and Visitors of the // University of Virginia, University of Heidelberg, and University // of Connecticut School of Medicine. // All rights reserved. @@ -54,7 +54,7 @@ { try { - CRootContainer::init(0,NULL,false); + CRootContainer::init(0,NULL,true); } catch(...) {