From c47b7229ba3a8b8de82651ceb91d4159350b70f5 Mon Sep 17 00:00:00 2001 From: Kevin D Date: Thu, 8 Jan 2026 19:35:10 -0800 Subject: [PATCH] a --- test/test_miSim.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_miSim.m b/test/test_miSim.m index 301fbca..438bd05 100644 --- a/test/test_miSim.m +++ b/test/test_miSim.m @@ -679,7 +679,7 @@ classdef test_miSim < matlab.unittest.TestCase 1, 1, 0, 0, 1; ... 0, 0, 1, 1, 1; 0, 0, 1, 1, 0; - 0, 1, 1, 0, 1; ])); + 0, 1, 1, 0, 1;])); end function test_LNA_case_2(tc) % based on example in paper Asynchronous Local Construction of Bounded-Degree Network Topologies Using Only Neighborhood Information @@ -748,4 +748,4 @@ classdef test_miSim < matlab.unittest.TestCase end end end -end \ No newline at end of file +end