Skip to content
Merged
Show file tree
Hide file tree
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
Binary file removed .DS_Store
Binary file not shown.
Binary file removed atlantis/.DS_Store
Binary file not shown.
Binary file removed atlantis/atecology/.DS_Store
Binary file not shown.
Binary file removed atlantis/ateconomic/.DS_Store
Binary file not shown.
Binary file removed atlantis/atlantismain/.DS_Store
Binary file not shown.
Binary file removed atlantis/atmanage/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion atlantis/atmanage/atManageSetup.c
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ void Allocate_Arrays_Pre_Load(MSEBoxModel *bm) {
/* These are always allocated even if the management option is off */
bm->reg_season = (int *) i_alloc1d(bm->K_num_reg);
bm->phased_out = Util_Alloc_Init_2D_Double(nfleets, bm->K_num_tot_sp, 1.0);
bm->BiTAC_sp = (double ****) alloc4d(2, bm->K_num_tot_sp, totalreg_id + 1, 6);
bm->BiTAC_sp = Util_Alloc_Init_4D_Double(2, bm->K_num_tot_sp, totalreg_id + 1, 6, 0.0);;
bm->BiTACamt = Util_Alloc_Init_4D_Double(2, nfleets, bm->K_num_tot_sp, 6, 0.0);
bm->TACamt = Util_Alloc_Init_3D_Double(K_num_TAC_entries, nfleets, bm->K_num_tot_sp, 0.0);
bm->TripCatch = Util_Alloc_Init_2D_Double(nfleets, bm->K_num_tot_sp, 0.0);
Expand Down
Binary file not shown.
Binary file removed example/.DS_Store
Binary file not shown.
119 changes: 0 additions & 119 deletions example/.Rhistory

This file was deleted.

Binary file removed example/inputs/.DS_Store
Binary file not shown.
Binary file removed example/inputs/._.DS_Store
Binary file not shown.
Binary file removed example/outputFolderPristine/.DS_Store
Binary file not shown.
Loading