Skip to content

Commit

Permalink
fixing header refs #12
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed May 3, 2024
1 parent 733debf commit a09a0d8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 21 deletions.
17 changes: 5 additions & 12 deletions src/microsim/lcmodels/MSLCM_LC2013_CC.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/****************************************************************************/
// Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.dev/sumo
// Copyright (C) 2001-2023 German Aerospace Center (DLR) and others.
// Copyright (C) 2001-2024 German Aerospace Center (DLR) and others.
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// https://www.eclipse.org/legal/epl-2.0/
Expand All @@ -11,18 +11,11 @@
// https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
/****************************************************************************/
/// @file MSLCM_LC2013.cpp
/// @author Daniel Krajzewicz
/// @author Jakob Erdmann
/// @author Friedemann Wesner
/// @author Sascha Krieg
/// @author Michael Behrisch
/// @author Laura Bieker
/// @author Leonhard Luecken
/// @date Fri, 08.10.2013
/// @file MSLCM_LC2013_CC.cpp
/// @author Michele Segata
/// @date Do, 02.05.2024
///
// A lane change model developed by J. Erdmann
// based on the model of D. Krajzewicz developed between 2004 and 2011 (MSLCM_DK2004)
// A lane change model developed modification for the CC carFollowModel
/****************************************************************************/
#include "MSLCM_LC2013_CC.h"
#include <microsim/cfmodels/MSCFModel_CC.h>
Expand Down
14 changes: 5 additions & 9 deletions src/microsim/lcmodels/MSLCM_LC2013_CC.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/****************************************************************************/
// Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.dev/sumo
// Copyright (C) 2001-2023 German Aerospace Center (DLR) and others.
// Copyright (C) 2001-2024 German Aerospace Center (DLR) and others.
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License 2.0 which is available at
// https://www.eclipse.org/legal/epl-2.0/
Expand All @@ -11,15 +11,11 @@
// https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
/****************************************************************************/
/// @file MSLCM_LC2013.h
/// @author Daniel Krajzewicz
/// @author Jakob Erdmann
/// @author Friedemann Wesner
/// @author Sascha Krieg
/// @author Michael Behrisch
/// @date Fri, 08.10.2013
/// @file MSLCM_LC2013_CC.h
/// @author Michele Segata
/// @date Do, 02.05.2024
///
// A lane change model developed by D. Krajzewicz, J. Erdmann et al. between 2004 and 2013
// A lane change model developed modification for the CC carFollowModel
/****************************************************************************/
#pragma once

Expand Down

0 comments on commit a09a0d8

Please sign in to comment.