From 9386643c476e1a5bb551e12b157ae94de154b7fc Mon Sep 17 00:00:00 2001
From: Claudio Mandrioli <claudio.mandrioli@control.lth.se>
Date: Sun, 7 Oct 2018 13:40:10 +0200
Subject: [PATCH] ramndomized gps model

---
 matlab/gps.m | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/matlab/gps.m b/matlab/gps.m
index 32d14cb..1a4600d 100644
--- a/matlab/gps.m
+++ b/matlab/gps.m
@@ -3,7 +3,8 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 %STATE  is a struct (called sensor) with the following fields
-%  state   -[string]the current proceural state: no_info, cold_start, read_ephemeris, position_available, warm_start_avaialable, warm_start
+%  state   -[string]the current proceural state: no_info, cold_start, read_ephemeris,
+%                   position_available, warm_start_avaialable, warm_start
 %  howLong -[double]when the current procedural state has been entered 
 %  ephExp  -[double]expiration time of ephemeris data
 %  fp      -[int]number of tracked satelliets
-- 
GitLab