Skip to content

Commit

Permalink
increased NLEVELS_MACRO to 200
Browse files Browse the repository at this point in the history
  • Loading branch information
jhmatthews committed Aug 11, 2015
1 parent ca3808d commit 010228e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ int nions; /*The actual number of ions read from the datafile */
int nlevels; /*These are the actual number of levels which were read in */
#define NLTE_LEVELS 270 /* Maximum number of levels to treat explicitly */
int nlte_levels; /* Actual number of levels to treat explicityly */
#define NLEVELS_MACRO 150 /* Maximum number of macro atom levels. (SS, June 04) */
#define NLEVELS_MACRO 200 /* Maximum number of macro atom levels. (SS, June 04) */
int nlevels_macro; /* Actual number of macro atom levels. (SS, June 04) */
#define NLINES 200000 /* Maximum number of lines to be read */
int nlines; /* Actual number of lines that were read in */
Expand Down

0 comments on commit 010228e

Please sign in to comment.