Skip to content

Commit

Permalink
Changed the default cell configuration to a 2x1.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroRuggeri committed Nov 20, 2024
1 parent 7c57a36 commit 0434b48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/SANDTrackerModuleConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ namespace TrackerModuleConfiguration

std::map<std::string, double> _id_to_spacing =
{
{"0", 10},
{"1", 10},
{"2", 10}
{"0", 20},
{"1", 20},
{"2", 20}
};

std::map<std::string, double> _id_to_length =
Expand Down

0 comments on commit 0434b48

Please sign in to comment.