Skip to content

Commit

Permalink
fix problem in signature of sortByDimNames
Browse files Browse the repository at this point in the history
  • Loading branch information
reikoch committed Oct 6, 2024
1 parent eb36b24 commit f398c69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: markovchain
Type: Package
Title: Easy Handling Discrete Time Markov Chains
Version: 0.10.0.9006
Version: 0.10.0.9007
Authors@R: c(
person("Giorgio Alfredo", "Spedicato", role = c("aut", "cre"),
email = "spedicato_giorgio@yahoo.it",comment = c(ORCID = "0000-0002-0315-8888")),
Expand Down
2 changes: 1 addition & 1 deletion src/probabilistic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ using namespace std;
using namespace arma;

template <typename T>
T sortByDimNames(const T m);
T sortByDimNames(const T mat);

typedef unsigned int uint;

Expand Down

0 comments on commit f398c69

Please sign in to comment.