Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gillespy2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/__version__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/core/assignmentrule.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/core/cleanup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/core/events.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/core/functiondefinition.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/core/gillespyError.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/core/gillespySolver.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/core/jsonify.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/core/liveGraphing.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/core/model.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/core/parameter.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/core/raterule.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/core/reaction.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/core/results.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/core/sortableobject.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/core/species.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/core/timespan.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/sbml/SBMLexport.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/sbml/SBMLimport.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/sbml/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/solvers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/solvers/cpp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/solvers/cpp/build/SConstruct
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/solvers/cpp/build/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/solvers/cpp/build/build_engine.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/solvers/cpp/build/expression.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/solvers/cpp/build/make.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/solvers/cpp/build/template_gen.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/solvers/cpp/c_base/SConscript
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/solvers/cpp/c_base/Sundials/SConscript
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/solvers/cpp/c_base/Tau/SConscript
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/solvers/cpp/c_base/Tau/tau.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* GillesPy2 is a modeling toolkit for biochemical simulation.
* Copyright (C) 2019-2024 GillesPy2 developers.
* Copyright (C) 2019-2025 GillesPy2 developers.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/solvers/cpp/c_base/Tau/tau.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* GillesPy2 is a modeling toolkit for biochemical simulation.
* Copyright (C) 2019-2024 GillesPy2 developers.
* Copyright (C) 2019-2025 GillesPy2 developers.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/solvers/cpp/c_base/arg_parser.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* GillesPy2 is a modeling toolkit for biochemical simulation.
* Copyright (C) 2019-2024 GillesPy2 developers.
* Copyright (C) 2019-2025 GillesPy2 developers.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/solvers/cpp/c_base/arg_parser.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* GillesPy2 is a modeling toolkit for biochemical simulation.
* Copyright (C) 2019-2024 GillesPy2 developers.
* Copyright (C) 2019-2025 GillesPy2 developers.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/solvers/cpp/c_base/model.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* GillesPy2 is a modeling toolkit for biochemical simulation.
* Copyright (C) 2019-2024 GillesPy2 developers.
* Copyright (C) 2019-2025 GillesPy2 developers.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/solvers/cpp/c_base/model.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* GillesPy2 is a modeling toolkit for biochemical simulation.
* Copyright (C) 2019-2024 GillesPy2 developers.
* Copyright (C) 2019-2025 GillesPy2 developers.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* GillesPy2 is a modeling toolkit for biochemical simulation.
* Copyright (C) 2019-2024 GillesPy2 developers.
* Copyright (C) 2019-2025 GillesPy2 developers.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/solvers/cpp/c_base/ode_cpp_solver/ODESolver.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* GillesPy2 is a modeling toolkit for biochemical simulation.
* Copyright (C) 2019-2024 GillesPy2 developers.
* Copyright (C) 2019-2025 GillesPy2 developers.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/solvers/cpp/c_base/ode_cpp_solver/ODESolver.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* GillesPy2 is a modeling toolkit for biochemical simulation.
* Copyright (C) 2019-2024 GillesPy2 developers.
* Copyright (C) 2019-2025 GillesPy2 developers.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/solvers/cpp/c_base/ode_cpp_solver/SConscript
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/solvers/cpp/c_base/ssa_cpp_solver/SConscript
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* GillesPy2 is a modeling toolkit for biochemical simulation.
* Copyright (C) 2019-2024 GillesPy2 developers.
* Copyright (C) 2019-2025 GillesPy2 developers.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/solvers/cpp/c_base/ssa_cpp_solver/SSASolver.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* GillesPy2 is a modeling toolkit for biochemical simulation.
* Copyright (C) 2019-2024 GillesPy2 developers.
* Copyright (C) 2019-2025 GillesPy2 developers.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion gillespy2/solvers/cpp/c_base/ssa_cpp_solver/SSASolver.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* GillesPy2 is a modeling toolkit for biochemical simulation.
* Copyright (C) 2019-2024 GillesPy2 developers.
* Copyright (C) 2019-2025 GillesPy2 developers.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* GillesPy2 is a modeling toolkit for biochemical simulation.
* Copyright (C) 2019-2024 GillesPy2 developers.
* Copyright (C) 2019-2025 GillesPy2 developers.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* GillesPy2 is a modeling toolkit for biochemical simulation.
* Copyright (C) 2019-2024 GillesPy2 developers.
* Copyright (C) 2019-2025 GillesPy2 developers.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GillesPy2 is a modeling toolkit for biochemical simulation.
# Copyright (C) 2019-2024 GillesPy2 developers.
# Copyright (C) 2019-2025 GillesPy2 developers.

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* GillesPy2 is a modeling toolkit for biochemical simulation.
* Copyright (C) 2019-2024 GillesPy2 developers.
* Copyright (C) 2019-2025 GillesPy2 developers.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* GillesPy2 is a modeling toolkit for biochemical simulation.
* Copyright (C) 2019-2024 GillesPy2 developers.
* Copyright (C) 2019-2025 GillesPy2 developers.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* GillesPy2 is a modeling toolkit for biochemical simulation.
* Copyright (C) 2019-2024 GillesPy2 developers.
* Copyright (C) 2019-2025 GillesPy2 developers.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* GillesPy2 is a modeling toolkit for biochemical simulation.
* Copyright (C) 2019-2024 GillesPy2 developers.
* Copyright (C) 2019-2025 GillesPy2 developers.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Loading
Loading