File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ void alloc_and_load_echo_file_info() {
122
122
setEchoFileName (E_ECHO_ENDPOINT_TIMING, " endpoint_timing.echo.json" );
123
123
setEchoFileName (E_ECHO_LOOKAHEAD_MAP, " lookahead_map.echo" );
124
124
setEchoFileName (E_ECHO_RR_GRAPH_INDEXED_DATA, " rr_indexed_data.echo" );
125
- // setEchoFileName(E_ECHO_COMPRESSED_GRIDS, "compressed_grids.echo");
125
+ setEchoFileName (E_ECHO_COMPRESSED_GRIDS, " compressed_grids.echo" );
126
126
}
127
127
128
128
void free_echo_file_info () {
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ enum e_echo_files {
52
52
E_ECHO_ENDPOINT_TIMING,
53
53
E_ECHO_LOOKAHEAD_MAP,
54
54
E_ECHO_RR_GRAPH_INDEXED_DATA,
55
- // E_ECHO_COMPRESSED_GRIDS,
55
+ E_ECHO_COMPRESSED_GRIDS,
56
56
57
57
// Timing Graphs
58
58
E_ECHO_PRE_PACKING_TIMING_GRAPH,
You can’t perform that action at this time.
0 commit comments