Skip to content

Commit

Permalink
fixed fxn name for char* return stateset fxn
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrazeau committed Jun 19, 2017
1 parent 1c53bd5 commit ec079a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -225,7 +225,7 @@ unsigned int mpl_get_packed_states(const int nodeID, const int character, const
To retrieve a C-style (null-terminated) string:
```C
char* mpl_get_packed_states(const int nodeID, const int character, const int passnum, Morphy m);
char* mpl_get_stateset(const int nodeID, const int character, const int passnum, Morphy m);
```

Note that the pass number is 1-based, not 0-based, because these values do not index into an array. Therefore, the `passnum` variable should be either 1, 2, 3, or 4.
Expand Down

0 comments on commit ec079a8

Please sign in to comment.