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