summaryrefslogtreecommitdiff
path: root/cesar/cp2/pwl/doc/scilab/estimate_acl_stable.sce
diff options
context:
space:
mode:
authorlaranjeiro2008-05-19 11:45:16 +0000
committerlaranjeiro2008-05-19 11:45:16 +0000
commit08a6eb292c4eb6eca87241d130ccbc82a3679ac0 (patch)
tree0aefc74fdc280d6fbd0db93724d6627b20ce7197 /cesar/cp2/pwl/doc/scilab/estimate_acl_stable.sce
parentdcd6327687c2d1d0f7e054d49c51a4ca782a8648 (diff)
pwl: modified the simulation.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2018 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp2/pwl/doc/scilab/estimate_acl_stable.sce')
-rw-r--r--cesar/cp2/pwl/doc/scilab/estimate_acl_stable.sce2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/cp2/pwl/doc/scilab/estimate_acl_stable.sce b/cesar/cp2/pwl/doc/scilab/estimate_acl_stable.sce
index 1b6b7a8fbf..da94eaf345 100644
--- a/cesar/cp2/pwl/doc/scilab/estimate_acl_stable.sce
+++ b/cesar/cp2/pwl/doc/scilab/estimate_acl_stable.sce
@@ -46,7 +46,7 @@ file('close', result_file);
// Write the array.
res = result(:,3);
-convertc_array ('table.c', 'ac_stable', res);
+convertc_array ('table.h', 'ac_stable', res);
// Write the result of the simulation.
res = result (:,1);