@@ -19,9 +19,9 @@ EMP_BUILD_CONFIG(SymConfigBase,
1919 VALUE(SYM_LIMIT , int , 1 , " Number of symbiont allowed to infect a single host" ),
2020 VALUE(START_MOI , double , 1 , " Ratio of symbionts to hosts that experiment should start with" ),
2121 VALUE(UPDATES , int , 1001 , " Number of updates to run before quitting" ),
22- VALUE(RES_DISTRIBUTE , int , 100 , " Number of resources to give to each host each update if they are available" ),
23- VALUE(LIMITED_RES_TOTAL , int , -1 , " Starting number of total resources available over the entire run, -1 for unlimited" ),
24- VALUE(LIMITED_RES_INFLOW , int , 0 , " Number of resources to add to the total every update, only used if LIMITED_RES_TOTAL is not -1" ),
22+ VALUE(RES_DISTRIBUTE , double , 100 , " Number of resources to give to each host each update if they are available" ),
23+ VALUE(LIMITED_RES_TOTAL , double , -1 , " Starting number of total resources available over the entire run, -1 for unlimited" ),
24+ VALUE(LIMITED_RES_INFLOW , double , 0 , " Number of resources to add to the total every update, only used if LIMITED_RES_TOTAL is not -1" ),
2525 VALUE(HORIZ_TRANS , bool , 1 , " Should non-lytic horizontal transmission occur? 0 for no, 1 for yes" ),
2626 VALUE(HOST_REPRO_RES , double , 1000 , " How many resources required for host reproduction" ),
2727 VALUE(SYM_HORIZ_TRANS_RES , double , 100 , " How many resources required for symbiont non-lytic horizontal transmission" ),
0 commit comments