Skip to content
Snippets Groups Projects
Commit e5ff9ee6 authored by renchao.lu's avatar renchao.lu
Browse files

[CL] Get chemical system index map.

parent fff8cebe
No related branches found
No related tags found
No related merge requests found
......@@ -29,5 +29,8 @@ public:
}
virtual ~ChemicalSolverInterface() = default;
public:
std::vector<std::vector<GlobalIndexType>> chemical_system_index_map;
};
} // namespace ChemistryLib
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment