diff options
author | Allan Cornet <allan.cornet@scilab.org> | 2006-11-21 20:12:50 +0000 |
---|---|---|
committer | Allan Cornet <allan.cornet@scilab.org> | 2006-11-21 20:12:50 +0000 |
commit | 9501a0f6b96ac69fe9539a46d6d67258172e3619 (patch) | |
tree | b39f57884db10a8330c13596cf31db4a95fc4a6d /tests | |
parent | 11ae33864c80f951e53101af4e931fff8479f643 (diff) | |
download | scilab-9501a0f6b96ac69fe9539a46d6d67258172e3619.zip scilab-9501a0f6b96ac69fe9539a46d6d67258172e3619.tar.gz |
update path
Diffstat (limited to 'tests')
-rw-r--r-- | tests/basic_tests/metanet.dia.ref | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/basic_tests/metanet.dia.ref b/tests/basic_tests/metanet.dia.ref index c651919..0d2dbf6 100644 --- a/tests/basic_tests/metanet.dia.ref +++ b/tests/basic_tests/metanet.dia.ref | |||
@@ -2309,7 +2309,7 @@ g=glist('foo',1,13,ta,he,[],[],[],[],[],[],[],[],[],[],[],.. | |||
2309 | 2309 | ||
2310 | // graph_2_mat | 2310 | // graph_2_mat |
2311 | 2311 | ||
2312 | g=load_graph(SCI+'/demos/metanet/colored'); | 2312 | g=load_graph(SCI+'/modules/metanet/demos/colored'); |
2313 | 2313 | ||
2314 | a=graph_2_mat(g) | 2314 | a=graph_2_mat(g) |
2315 | a = | 2315 | a = |
@@ -4163,7 +4163,7 @@ g1=line_graph(g) | |||
4163 | 4163 | ||
4164 | // load_graph | 4164 | // load_graph |
4165 | 4165 | ||
4166 | g=load_graph(SCI+'/demos/metanet/colored') | 4166 | g=load_graph(SCI+'/modules/metanet/demos/colored') |
4167 | g = | 4167 | g = |
4168 | 4168 | ||
4169 | 4169 | ||
@@ -4842,7 +4842,7 @@ g=make_graph('foo',1,0,ta,he) | |||
4842 | 4842 | ||
4843 | // mat_2_graph | 4843 | // mat_2_graph |
4844 | 4844 | ||
4845 | g=load_graph(SCI+'/demos/metanet/colored'); | 4845 | g=load_graph(SCI+'/modules/metanet/demos/colored'); |
4846 | 4846 | ||
4847 | a=graph_2_mat(g); | 4847 | a=graph_2_mat(g); |
4848 | 4848 | ||
@@ -5996,7 +5996,7 @@ cir = salesman(g1) | |||
5996 | 5996 | ||
5997 | // save_graph | 5997 | // save_graph |
5998 | 5998 | ||
5999 | g=load_graph(SCI+'/demos/metanet/mesh100'); | 5999 | g=load_graph(SCI+'/modules/metanet/demos/mesh100'); |
6000 | 6000 | ||
6001 | if MSDOS then | 6001 | if MSDOS then |
6002 | if fileinfo('mymesh100.graph')<>[] then | 6002 | if fileinfo('mymesh100.graph')<>[] then |