mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-18 22:30:12 +00:00
fix
This commit is contained in:
@@ -175,7 +175,7 @@ public class TectonicPlate {
|
|||||||
PrecisionStopwatch p = PrecisionStopwatch.start();
|
PrecisionStopwatch p = PrecisionStopwatch.start();
|
||||||
FileOutputStream fos = new FileOutputStream(file);
|
FileOutputStream fos = new FileOutputStream(file);
|
||||||
DataOutputStream dos;
|
DataOutputStream dos;
|
||||||
if (file.getName().endsWith("ttp.lz4")) {
|
if (file.getName().endsWith("ttp")) {
|
||||||
GZIPOutputStream gzo = new GZIPOutputStream(fos);
|
GZIPOutputStream gzo = new GZIPOutputStream(fos);
|
||||||
dos = new DataOutputStream(gzo);
|
dos = new DataOutputStream(gzo);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user