Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions netZooC/puma/PUMA.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ PUMAs-specific modifications (compared to PANDA) are highlighted with *PUMA
#define NORMAL "\033[0m"

#define MAXGENES 20000
#define MAXTFS 1500
#define MAXMIRS 1500 // *PUMA: changed this from 1000 to 1500 to allow for more regulators
#define MAXTFS 1000
#define MAXMIRS 1000 // *PUMA
#define MAXCONDITIONS 500
#define BUFSIZE 10000
#define MAXPATHLENGTH 500
Expand Down