Skip to content

Commit 17d53fe

Browse files
author
Marc Geilen
committed
typo
1 parent 224fda1 commit 17d53fe

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

include/maxplus/base/analysis/mcm/mcmdg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Electronics Systems Group
66
* Model Based Design Lab (https://computationalmodeling.info/)
77
*
8-
* Name : mcmhoward.cc
8+
* Name : mcmdg.cc
99
*
1010
* Author : Sander Stuijk (sander@ics.ele.tue.nl)
1111
*

include/maxplus/base/analysis/mcm/mcmhoward.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ void convertMCMgraphToMatrix(const MCMgraph& g, std::shared_ptr<std::vector<int>
7777
* NComponents: Number of connected components of the optimal policy
7878
*
7979
*/
80+
8081
void Howard(const std::vector<std::vector<int>>& ij,
8182
const std::vector<std::vector<CDouble>>& A,
8283
int nr_nodes,

src/base/analysis/mcm/mcmdg.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Electronics Systems Group
66
* Model Based Design Lab (https://computationalmodeling.info/)
77
*
8-
* Name : mcmhoward.cc
8+
* Name : mcmdg.cc
99
*
1010
* Author : Sander Stuijk (sander@ics.ele.tue.nl)
1111
*

0 commit comments

Comments
 (0)