Skip to content

Commit

Permalink
Cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe A. Louza committed Aug 16, 2017
1 parent b9cdf7f commit 77e1cc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gsacak.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ int sacak_int(int_t *s, uint_t *SA, uint_t n, uint_t k);

/** @brief Computes the suffix array SA (LCP, DA) of T^cat in s[0..n-1]
*
* @param s input string
* @param s input concatenated string, using separators s[i]=1 and with s[n-1]=0
* @param SA suffix array
* @param LCP LCP array
* @param DA Document array
Expand All @@ -86,7 +86,7 @@ int gsacak(unsigned char *s, uint_t *SA, int_t *LCP, int_t *DA, uint_t n);

/** @brief Computes the suffix array SA (LCP, DA) of T^cat in s[0..n-1]
*
* @param s input string
* @param s input concatenated string, using separators s[i]=1 and with s[n-1]=0
* @param SA suffix array
* @param LCP LCP array
* @param DA Document array
Expand Down
4 changes: 2 additions & 2 deletions gsais.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ int sais_int(int_t *s, uint_t *SA, uint_t n, uint_t k);

/** @brief Computes the suffix array SA (LCP, DA) of T^cat in s[0..n-1]
*
* @param s input string
* @param s input concatenated string, using separators s[i]=1 and with s[n-1]=0
* @param SA suffix array
* @param LCP LCP array
* @param DA Document array
Expand All @@ -86,7 +86,7 @@ int gsais(unsigned char *s, uint_t *SA, int_t *LCP, int_t *DA, uint_t n);

/** @brief Computes the suffix array SA (LCP, DA) of T^cat in s[0..n-1]
*
* @param s input string
* @param s input concatenated string, using separators s[i]=1 and with s[n-1]=0
* @param SA suffix array
* @param LCP LCP array
* @param DA Document array
Expand Down

0 comments on commit 77e1cc0

Please sign in to comment.