Skip to content

Commit 63abc22

Browse files
committed
Removed commented code
Signed-off-by: Arjo Chakravarty <arjoc@intrinsic.ai>
1 parent c49e087 commit 63abc22

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

include/gz/math/TimeVaryingVolumetricGridLookupField.hh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,6 @@ namespace gz
170170
nextTime = std::next(nextTime);
171171
}
172172
newSess.time = _time;
173-
174-
/*if (nextTime == this->gridFields.end())
175-
{
176-
return std::nullopt;
177-
}*/
178173
return newSess;
179174
}
180175

0 commit comments

Comments
 (0)