Skip to content

Commit 705b0c8

Browse files
authored
350 prepare release (#839)
1 parent 123ae28 commit 705b0c8

File tree

352 files changed

+353
-353
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

352 files changed

+353
-353
lines changed

cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.11)
22

3-
project(memilio VERSION 0.7.0)
3+
project(memilio VERSION 1.0.0)
44

55
option(MEMILIO_BUILD_TESTS "Build memilio unit tests." ON)
66
option(MEMILIO_BUILD_EXAMPLES "Build memilio examples." ON)

cpp/benchmarks/flow_simulation_ode_secirvvs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2023 German Aerospace Center (DLR-SC)
2+
* Copyright (C) 2020-2024 MEmilio
33
*
44
* Authors: Rene Schmieding, Daniel Abele, Martin J. Kuehn
55
*

cpp/benchmarks/flow_simulation_ode_secirvvs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2023 German Aerospace Center (DLR-SC)
2+
* Copyright (C) 2020-2024 MEmilio
33
*
44
* Authors: Rene Schmieding, Daniel Abele, Martin J. Kuehn
55
*

cpp/benchmarks/flow_simulation_ode_seir.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2023 German Aerospace Center (DLR-SC)
2+
* Copyright (C) 2020-2024 MEmilio
33
*
44
* Authors: Rene Schmieding, Daniel Abele, Martin J. Kuehn
55
*

cpp/benchmarks/graph_simulation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2023 German Aerospace Center (DLR-SC)
2+
* Copyright (C) 2020-2024 MEmilio
33
*
44
* Authors: Henrik Zunker
55
*

cpp/benchmarks/graph_simulation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2023 German Aerospace Center (DLR-SC)
2+
* Copyright (C) 2020-2024 MEmilio
33
*
44
* Authors: Henrik Zunker
55
*

cpp/benchmarks/integrator_step.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2023 German Aerospace Center (DLR-SC)
2+
* Copyright (C) 2020-2024 MEmilio
33
*
44
* Authors: Rene Schmieding
55
*

cpp/benchmarks/integrator_step.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2023 German Aerospace Center (DLR-SC)
2+
* Copyright (C) 2020-2024 MEmilio
33
*
44
* Authors: Rene Schmieding
55
*

cpp/benchmarks/secir_ageres_setups.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2023 German Aerospace Center (DLR-SC)
2+
* Copyright (C) 2020-2024 MEmilio
33
*
44
* Authors: Rene Schmieding
55
*

cpp/benchmarks/simulation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2023 German Aerospace Center (DLR-SC)
2+
* Copyright (C) 2020-2024 MEmilio
33
*
44
* Authors: Rene Schmieding
55
*

0 commit comments

Comments
 (0)