Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit db7c435

Browse files
committed
Dorade radar tweak from Yuan
1 parent d2b01b1 commit db7c435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdm/src/main/java/ucar/atd/dorade/DoradeSweep.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ public ScanMode getScanMode() {
554554
// unidata added
555555
public static boolean isDoradeSweep(RandomAccessFile file) throws DoradeSweepException {
556556
try {
557-
if (findName(file, "SSWB"))
557+
if (findName(file, "SSWB") || findName(file, "COMM"))
558558
return true;
559559
} catch (Exception ex) {
560560
throw new DoradeSweepException(ex);

0 commit comments

Comments
 (0)