Skip to content

Commit

Permalink
increase max length of phase diagram name
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskaus committed Feb 11, 2024
1 parent ad2b27a commit 74d3b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LaMEM.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#define _num_neighb_ 27

// string length (two null characters are reserved in the end, i.e. 128)
#define _str_len_ 130
#define _str_len_ 260

// marker storage capacity overhead
#define _cap_overhead_ 1.61803398875
Expand Down Expand Up @@ -129,7 +129,7 @@
#define _max_pd_sz_ 40100

// length of unique phase diagram name
#define _pd_name_sz_ 54
#define _pd_name_sz_ 260

// length of scaling unit label
#define _lbl_sz_ 23
Expand Down

0 comments on commit 74d3b62

Please sign in to comment.