Skip to content
Snippets Groups Projects
Commit ce18cb2c authored by Guylaine Prat's avatar Guylaine Prat
Browse files

Add a switch to suspend and resume the dump.

Fixes #377
Useful when reading a SRTM tile which needs the also reading of the
geoid that use SimpleTile.getElevationAtIndices method, which is dumped,
and lead to wrongly dump geoid data.
parent 2a136dcc
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,7 @@ import org.orekit.time.AbsoluteDate; ...@@ -42,6 +42,7 @@ import org.orekit.time.AbsoluteDate;
* time, so user code should not rely on it. * time, so user code should not rely on it.
* </p> * </p>
* @author Luc Maisonobe * @author Luc Maisonobe
* @author Guylaine Prat
*/ */
public class DumpManager { public class DumpManager {
......
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