From 75e759eb261987c132eecf59c77a441b95f1c294 Mon Sep 17 00:00:00 2001 From: ChrisZYJ Date: Wed, 5 Feb 2025 22:47:00 -0800 Subject: [PATCH] fix comment --- misc/binary_reader_example.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/binary_reader_example.m b/misc/binary_reader_example.m index 181a0b0b5..1d8e78938 100644 --- a/misc/binary_reader_example.m +++ b/misc/binary_reader_example.m @@ -1,5 +1,5 @@ % Example of using binary_reader_wrapper -% Need to change "format" to 2 for 2D_acoustic_support5 and 3D_acoustic_support7 +% Need to change "format" to 2 when post-processing the example cases clear; clc; close all;