From cb057a3cf0f270d15282e2ebc8d567a30bf69068 Mon Sep 17 00:00:00 2001 From: Federico Felici <federico.felici@epfl.ch> Date: Fri, 26 Jul 2019 16:12:54 +0200 Subject: [PATCH] typos --- code/classes/SCDclass_expcode.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/classes/SCDclass_expcode.m b/code/classes/SCDclass_expcode.m index 98a12c6..10eac0c 100644 --- a/code/classes/SCDclass_expcode.m +++ b/code/classes/SCDclass_expcode.m @@ -546,12 +546,12 @@ classdef SCDclass_expcode function obj = buildworkspacetpstruct(obj) % this funtion builds a workspace structures containing - % replicas of all tunable parameters structurea in the data + % replicas of all tunable parameters structures in the data % dictionaries, this structure is the one actually used % for loading simulation wavegen data % It is better not to use directly data dictionaries structures % to avoid flooding dds with big sim data sets (and - % conseguently the SCD SVN itself + % conseguently the rtccode GIT repo itself dd=SCDconf_getdatadict('tcv.sldd'); -- GitLab