Overview
Comment:Updated -example to --example to correspond to new xmtt
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 8aae9fa90dc88f419c838ba5f20085f8acb838378319dc75b624ca69fabe4981
User & Date: gawthrop@users.sourceforge.net on 2002-04-18 17:14:11
Other Links: branch diff | manifest | tags
Context
2002-04-18
17:51:11
Put default values in _simpar.m in case of missing values in txt file check-in: a33b465436 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
17:14:11
Updated -example to --example to correspond to new xmtt check-in: 8aae9fa90d user: gawthrop@users.sourceforge.net tags: origin/master, trunk
17:02:15
foo=zeros(3,1) translated as zero_state(foo,3) check-in: facbb9d63f user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/examples_txt2tk from [1100679dcb] to [db2fcef527].

35
36
37
38
39
40
41
42
43
44
45
	oldmenu=menu
      }
    oldN=N
    OLDPATH=PATH
    oldcategory=category
    split($2,EXAMPLE,"_");
    example = EXAMPLE[1];
    printf(" set mtt \"xmtt -example %s\" \n", example); 
    printf("%s add command -label %s -command \" exec $mtt &\"\n", menu, example);
 }
}' 







|



35
36
37
38
39
40
41
42
43
44
45
	oldmenu=menu
      }
    oldN=N
    OLDPATH=PATH
    oldcategory=category
    split($2,EXAMPLE,"_");
    example = EXAMPLE[1];
    printf(" set mtt \"xmtt --example %s\" \n", example); 
    printf("%s add command -label %s -command \" exec $mtt &\"\n", menu, example);
 }
}' 


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]