Skip to content

Commit

Permalink
rm register
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Sep 17, 2024
1 parent fc85724 commit a57f0b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/thal.h
Original file line number Diff line number Diff line change
Expand Up @@ -1976,8 +1976,8 @@ fillMatrix2(int maxLoop)
static int
symmetry_thermo(const unsigned char* seq)
{
register char s;
register char e;
char s;
char e;
const unsigned char *seq_end=seq;
int i = 0;
int seq_len=length_unsig_char(seq);
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace dicey
{


std::string diceyVersionNumber = "0.3.2";
std::string diceyVersionNumber = "0.3.3";

inline
void printTitle(std::string const& title)
Expand Down

0 comments on commit a57f0b2

Please sign in to comment.