Changeset d6a338 for src/comm/domain_decomposition_serial.hpp
- Timestamp:
- Apr 16, 2013, 11:27:31 AM (13 years ago)
- Children:
- 177495
- Parents:
- e58835d
- File:
-
- 1 edited
-
src/comm/domain_decomposition_serial.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/comm/domain_decomposition_serial.hpp
re58835d rd6a338 38 38 { 39 39 public: 40 void Compute(Comm * comm, const Interface* interface, std::vector<GlobalIndices>& global);40 void Compute(Comm& comm, const Interface& interface, std::map<Index, std::vector<GlobalIndices> >& global); 41 41 }; 42 42
Note:
See TracChangeset
for help on using the changeset viewer.
