Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jim19930609 committed Jun 9, 2022
1 parent c71a376 commit d7ab0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taichi/llvm/llvm_offline_cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ struct LlvmOfflineCache {

struct FieldCacheData {
struct SNodeCacheData {
int id;
int id{0};
SNodeType type = SNodeType::undefined;
size_t cell_size_bytes{0};
size_t chunk_size{0};
Expand Down

0 comments on commit d7ab0c5

Please sign in to comment.