Skip to content

Commit 52ed3c1

Browse files
kilianvolmermknaranjaAgathaSchmidtdabeleHenrZu
authored
1337-extend-the-documentation (#1338)
- Centralized collection of literature references - General improvements and bug fixes - Update team page Co-authored-by: Martin Kühn <Martin.Kuehn@dlr.de> Co-authored-by: AgathaSchmidt <62878663+AgathaSchmidt@users.noreply.github.com> Co-authored-by: Abele, Daniel <daniel.abele@dlr.de> Co-authored-by: HenrZu <69154294+HenrZu@users.noreply.github.com> Co-authored-by: Carlotta Gerstein <carlotta-gerstein@web.de> Co-authored-by: MaxBetz <104758467+MaxBetzDLR@users.noreply.github.com> Co-authored-by: jubicker <113909589+jubicker@users.noreply.github.com> Co-authored-by: Anna Wendler <106674756+annawendler@users.noreply.github.com> Co-authored-by: reneSchm <49305466+reneSchm@users.noreply.github.com>
1 parent fbaf0eb commit 52ed3c1

Some content is hidden

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

64 files changed

+357
-144
lines changed

cpp/examples/d_abm.cpp

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

cpp/examples/graph_abm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2024 MEmilio
2+
* Copyright (C) 2020-2025 MEmilio
33
*
44
* Authors: Julia Bicker
55
*

cpp/examples/smm.cpp

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

cpp/memilio/geography/regions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace mio
3838
namespace regions
3939
{
4040

41-
/// @biref Index for enumerating subregions (cities, counties, etc.) of the modelled area.
41+
/// @brief Index for enumerating subregions (cities, counties, etc.) of the modelled area.
4242
struct Region : public mio::Index<Region> {
4343
Region(const size_t num_regions)
4444
: mio::Index<Region>(num_regions)

cpp/models/d_abm/model.cpp

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

cpp/models/d_abm/model.h

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

cpp/models/d_abm/parameters.h

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

cpp/models/d_abm/quad_well.h

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

cpp/models/d_abm/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-2024 MEmilio
2+
* Copyright (C) 2020-2025 MEmilio
33
*
44
* Authors: René Schmieding, Julia Bicker
55
*

cpp/models/d_abm/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-2025 German Aerospace Center (DLR-SC)
2+
* Copyright (C) 2020-2025 MEmilio
33
*
44
* Authors: René Schmieding, Julia Bicker
55
*

0 commit comments

Comments
 (0)