Skip to content

Commit 6bf8053

Browse files
committed
chore: remove old TODO
1 parent 03405a0 commit 6bf8053

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

core/src/ParaGridIO.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,6 @@ ModelState ParaGridIO::getModelState(const std::string& filePath)
189189
std::reverse(count.begin(), count.end());
190190

191191
#ifdef USE_MPI
192-
// TODO
193-
// at this point we should add the halo exchange logic for each modelarray
194-
// need to check what happens for non-H-field modelarrays
195-
// need to figure out what happens w.r.t to coords in non-periodic and periodic case
196-
197192
Halo halo(data);
198193
// create and allocate temporary Eigen array
199194
ModelArray::DataType tempData;

0 commit comments

Comments
 (0)