Skip to content

Commit fcd1983

Browse files
authored
Update map_perm_algorithms.h
1 parent 2074e3c commit fcd1983

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

map_perm_algorithms.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ void Position_unrank(const std::vector<int> &C, std::vector<int> &D);
1919
// Converts permutation D to factorial index array C
2020
void Position_rank(const std::vector<int> &D, std::vector<int> &C);
2121

22-
// PositionPro unrank algorithm
23-
void PositionPro_unrank(const std::vector<int> &C, std::vector<int> &D);
22+
// PositionPure unrank algorithm
23+
void PositionPure_unrank(const std::vector<int> &C, std::vector<int> &D);
2424

25-
// PositionPro rank algorithm
26-
void PositionPro_rank(const std::vector<int> &D, std::vector<int> &C);
25+
// PositionPure rank algorithm
26+
void PositionPure_rank(const std::vector<int> &D, std::vector<int> &C);
2727

28-
#endif // MAP_PERM_ALGORITHMS_H
28+
#endif // MAP_PERM_ALGORITHMS_H

0 commit comments

Comments
 (0)