Paul BIGNIER [Fri, 25 Oct 2013 08:15:40 +0000]
* Bug #13015 fixed - Genetic_algorithms: proper computation of Efficiency
The default 'select_fun' parameter for optim_nsga is 'select_ga_elitist', which correctly computes Efficiency.
So Efficiency yielded an erroneous value (at least, not optimal) on the first iteration,
then it was updated to the proper value thanks to 'select_ga_elitist'.
Change-Id: Ibdd9c1ec653c49d4c8f92eb1613acbca10c318b6
Paul BIGNIER [Fri, 25 Oct 2013 08:09:39 +0000]
* Bug #13014 fixed - Genetic_algorithms: update 'Efficiency' inner variable
The 'Wheel' variable was computed the cumsum of 'Efficiency' at each iteration,
but 'Efficiency' was not updated.
Change-Id: Ib23c3612053e9dbd131ceb95dd6296995cf28030
Paul BIGNIER [Wed, 18 Sep 2013 13:36:49 +0000]
* Bug #9697 fixed - basic print info for optim
The optim "qn" and "gc" with bounds and imp=1 did not print
the basic information of the problem.
Change-Id: I0b54fd3f6f8ae1d1077a2b50b6d0f62317d36c22
Paul BIGNIER [Mon, 7 Oct 2013 15:57:59 +0000]
* Bug #7858 fixed - variance and variancef can now return mean
Although they both compute it, neither variance nor variancef return the mean (resp meanf).
The new optional output parameter contains the output of the mean function (resp meanf).
Change-Id: I1a593cf02fd28c609a0a3f09a826886ab9e0064d
Calixte DENIZET [Thu, 24 Oct 2013 17:37:27 +0000]
Bug 13012 fixed: Bad vectorial export of rotated strings
Change-Id: I4413c07437d631c8c25d1921f8e1c32119e190b1
Paul BIGNIER [Tue, 22 Oct 2013 15:12:57 +0000]
* Bug #10271 fixed - Sparse: ordmmd checks its input argument
ordmmd now checks the consistency of the third input argument with the
input matrix defined by the two first input arguments.
Change-Id: If00bb325a3c0ceeb7ae7a8c314f3a61c14b03df4
Paul BIGNIER [Thu, 3 Oct 2013 12:33:43 +0000]
* Bug #5016 fixed - Umfpack: regularize condestsp
condestsp could yield different results when repeated calls were performed.
Fix: set the rand seed at 0 before choosing the start matrix.
Change-Id: I53accf5d4d384d279a07b44bf32948006c7e1558
Uladzislau TRUBKIN [Thu, 24 Oct 2013 14:24:08 +0000]
Xcos: 'cancel' button fixed in function interface.
Change-Id: I9874bff4085177b9fcdb94e848f60cdb9aca019a
Calixte DENIZET [Thu, 24 Oct 2013 13:42:29 +0000]
Fix a deadlock when opening scinotes under Windows
Change-Id: I0dfbf14e4ce6a5e09c9332d73cc7aefa9d431115
Paul BIGNIER [Tue, 22 Oct 2013 15:29:20 +0000]
* Bug #10273 fixed - Sparse: solve example for schol
Change-Id: I2983e8bb50e2735d1914ab0f8dcb25487c59f4da
Paul BIGNIER [Fri, 18 Oct 2013 13:50:26 +0000]
* Bug #9110 fixed - Statistics help: examples
Adding missing examples and referencing pages.
Change-Id: If49d52b8c801d0aa30f184219fb3e5621c885fcc
Paul BIGNIER [Tue, 22 Oct 2013 06:47:31 +0000]
* Bug #10234 fixed - reglin from CACSD to Statistics
Currently, the reglin function is in the CACSD module.
But reglin just makes linear regression.
This is typically a Statistical method, so that the function should be moved into the Statistics module.
Change-Id: Ib7dcba7af4ac018785db89a0721264cbfc3284cb
Cedric Delamarre [Tue, 22 Oct 2013 15:11:43 +0000]
interactive test corrected.
Change-Id: Ia29f6b12fbbe82c915bbb16562df48efce3513ee
Cedric Delamarre [Tue, 22 Oct 2013 14:47:20 +0000]
uigetcolor function corrected.
execute interative test "gui/tests/unit_tests/uigetcolor.tst"
Change-Id: I125f3c12f3abebf20feaeffd47ce87e860ee52fc
Paul BIGNIER [Wed, 23 Oct 2013 15:06:54 +0000]
* Bug #13008 fixed - fix result of 'help $'
'help $' now directs to the Symbols help page.
Change-Id: Id15913e6b90a5e7a4635a25c2c28733344710c8a
Paul BIGNIER [Mon, 21 Oct 2013 15:57:51 +0000]
* Bug #10175 fixed - Sparse help: better example for sp2adj conversion
Change-Id: I23c5a05579a1b0b87844b6dd613e73f975cd0010
Simon Marchetto [Tue, 22 Oct 2013 14:56:55 +0000]
* Bug #13007 fixed - JIMS: the compilation errors are not returned by jcompile
Change-Id: Iff2d6194f11df29f9b5e0c591fa2f416d5a2c561
Clément DAVID [Thu, 17 Oct 2013 15:46:37 +0000]
* Bug #12998 fixed - 'ans' was not ignored on the context results.
Change-Id: I758ecfdf5797245d62f491f028b469932703c247
Sylvestre Ledru [Sun, 20 Oct 2013 14:11:54 +0000]
* Bug #13000 fixed - Endless recursive call on []./int8(3) and on int8(3)./[].
Change-Id: Ic8736e623a92a79d5fc995f17dd35635870a92b0
Paul BIGNIER [Fri, 11 Oct 2013 12:40:12 +0000]
* Bug #8337 fixed - Compatibility_functions: force mtlb_rand to use 'uniform' rule
mtlb_rand was affected by the random rule.
For example, it used the 'normal' rule if rand("normal") had been set.
Change-Id: I5b3976324065b38255c41ec6a6f82c5c065717c0
Paul BIGNIER [Fri, 11 Oct 2013 10:22:26 +0000]
* Bug #8031 fixed - Statistics: fix cdfgam error message
The lower bound of 'shape' is 1e-300, and not 0.
Change-Id: I9b4025b06fb0de08793bb0993b93ae22397e37a4
Vincent COUVERT [Wed, 23 Oct 2013 12:35:36 +0000]
Update images for help
Change-Id: If0ab1530ae5563fc7eb84dff0b471f69edb973f0
Sylvestre Ledru [Mon, 14 Oct 2013 12:06:09 +0000]
Rename buildDocv2 to buildDoc
Change-Id: Iff7006e30316c6667cb451f030b2350d7d5124a0
Simon Marchetto [Tue, 22 Oct 2013 17:24:54 +0000]
external_objects_java: fix unit test enum
The test fails but not beacause of the enum conversion (a bug will be created)
Change-Id: I0a1d34192a5334dbe3f949ad68485857dd7e55d1
Calixte DENIZET [Tue, 22 Oct 2013 14:35:22 +0000]
Fix hdf5 compilation under Ubuntu
Change-Id: I4bd6624e27f70305da91dbe69151b5deb63109e9
Clément DAVID [Thu, 18 Jul 2013 10:54:27 +0000]
Helptools: fix xmltopdf and xmltops
* Implement a basic FODocbookTagConverter using the provided xsl stylesheets
* Convert BuildPDF to be compatible with ContainerConverter for PDF and PS
It does not implement a Docbook (Scilab subset) to FO file but rely on the stylesheet to perform the conversion. This lead to huge conversion time.
Change-Id: Ia943060441881e50c155c290bcbd10579a433061
Alexandre HERISSE [Tue, 22 Oct 2013 12:23:46 +0000]
* Bug #13006 fixed - Selection to Super block (in_f and out_f) was failing.
Change-Id: I01b23f699f7aafe22f6fb98dbfb95bd3aed280c6
Sylvestre Ledru [Sun, 20 Oct 2013 14:23:53 +0000]
* Bug #12910 fixed - Fix some typos.
Change-Id: I40ab9d3cbac64c23546f0d29cf83ad7c283389f4
Clément DAVID [Fri, 18 Oct 2013 14:24:48 +0000]
Scilab GUI: improve the dialog rendering
* fix bug 11571 : x_mdialog did not let the L&F select the window size.
* With huge x_mdialog the user should resize the Java dialog but the previous layout allocate more space to the title and the JScrollPaned content did not resize.
* Scilab boolean are also parsed to display a checkbox instead of a string.
To check the modification, run the x_mdialog example and resize the window.
Change-Id: Icb736f3ecaef50e300c8b39146cf05cce9c1742e
Calixte DENIZET [Mon, 21 Oct 2013 14:02:51 +0000]
Bug 13005 fixed: jcompile did not use the classpath to compile
Change-Id: I2f89124a244c5c8c20b47805eadd845deff294e2
Calixte DENIZET [Mon, 21 Oct 2013 10:34:15 +0000]
Bug 13003 fixed: EOJ: add a converter to handle string to enum
Change-Id: I7a5a753f75e85753977a60fa97f2358f0e3b8804
Clément DAVID [Mon, 21 Oct 2013 15:14:59 +0000]
Xcos sim: fix bug 11919 nonreg test after
2ba87b3a
Change-Id: I4769224470022ed5b3e979f2bf5ca3607030977f
Calixte DENIZET [Mon, 21 Oct 2013 11:11:02 +0000]
Bug 13004 fixed: Debug infos were printed on an error with eoj
Change-Id: I21b8655aa16e5449451b0cd53c85482f31bb9755
Vincent COUVERT [Mon, 21 Oct 2013 12:56:48 +0000]
CHANGES updated after https://codereview.scilab.org/#/c/12932/
* Bug #11680 fixed - GUI functions in Scilab 5.4.X were much slower than in Scilab 5.3.3.
Change-Id: I553a2f96618c74a6eae206b3e7338c576db86909
Antoine ELIAS [Mon, 21 Oct 2013 12:19:33 +0000]
fix jni bug about Integer instead of int and scilabview does not check item validity before use
Change-Id: I2fc4abdbda74618d0c385885bb77b1d9595cc510
Stanislav KROTER [Thu, 17 Oct 2013 15:43:30 +0000]
Translated russian version of help homepage for beta release.
Change-Id: Icb21367155f197644f1e96e8834c3dac16b3b3b5
Stanislav KROTER [Thu, 17 Oct 2013 14:49:17 +0000]
Changed tags on help pages for isdef function.
Change-Id: I1c74b212e24afb2e8b9438bcd04d091aa93d4903
Stanislav KROTER [Thu, 17 Oct 2013 14:45:40 +0000]
Bug #12859 fixed for Russian help page for isdef function.
Change-Id: I1a84a29b31c03bc85871dab04a1010230eedcab5
Antoine ELIAS [Fri, 18 Oct 2013 12:48:49 +0000]
do not update properties with same value in Figure and UIcontrol
Change-Id: I17662993491c59f3d6b3ee4c8e1ea6926659aecd
Clément DAVID [Fri, 18 Oct 2013 14:34:54 +0000]
Graphic objects: fix the tests
Change-Id: Iecc57224913a40d2b22f44bc5671b2fb9da77039
Bruno JOFRET [Fri, 18 Oct 2013 13:40:45 +0000]
Use real link figure_size <-> axes_size
Change-Id: Ib37af2ca79abf800240b4dc757aea18b9ba8b8a1
Cedric Delamarre [Fri, 18 Oct 2013 10:46:12 +0000]
xset : error numbers/messages corrected.
Change-Id: I9c27a1aa24716ea80f6c69ecaeb993508acc3c85
Bruno JOFRET [Fri, 18 Oct 2013 10:37:18 +0000]
Do not force update SliderStep if not needed.
Change-Id: I612ccc62e98df0f25abf29499124d514a923e86d
Bruno JOFRET [Wed, 16 Oct 2013 17:57:36 +0000]
Increase Figure creation speed.
Change-Id: I004f0f5be5e699993b41bea2e82508ab7e33a9b2
Vincent COUVERT [Fri, 18 Oct 2013 12:23:38 +0000]
This code is still used (removed by https://codereview.scilab.org/#/c/12916/)
Change-Id: Ie70bdc2e0732f3ad213aa882be60d0f5524e0586
Bruno JOFRET [Fri, 18 Oct 2013 09:48:40 +0000]
Fix UID after conflict resolution
Change-Id: Ie05b9de3248d56f20ecc1b1352414b27279edfd9
Cedric Delamarre [Fri, 18 Oct 2013 09:33:04 +0000]
interactive test corrected.
Change-Id: Ib8384761463d56e9bde16bf68c5cb62bf81a7289
Bruno JOFRET [Mon, 14 Oct 2013 13:46:03 +0000]
Remove old/dead code
Change-Id: I9f6a3ad9134b52265ce4958e3d52207398d3bea8
Bruno JOFRET [Mon, 14 Oct 2013 14:13:32 +0000]
Remove UIElementMapper JNI access
Change-Id: Ifb8e47679e35fbfa360279a5ace4623c9b74dcc1
Antoine ELIAS [Thu, 17 Oct 2013 16:56:46 +0000]
fix xcos scopes after changes on graphic uid
Change-Id: I2fe56ff306403242405c435b3cb569a6948ac3a3
Bruno JOFRET [Wed, 16 Oct 2013 08:17:07 +0000]
JoGLView no more refresh on uicontrol MVC messages.
Change-Id: I71e84e7cb18902d56902978c481550ecdd2e3e94
Calixte DENIZET [Tue, 15 Oct 2013 12:43:30 +0000]
Remove useless files
Change-Id: If0fd9a2f8892bc0ef2f4e4d895c09a3f1c7c2e98
Antoine ELIAS [Wed, 16 Oct 2013 11:38:44 +0000]
fix some trouble after graphics uid changes
Change-Id: Ibf3f11f7303b77f0c0d8c233270a9c89f6c9c24b
Clément DAVID [Wed, 16 Oct 2013 09:28:36 +0000]
Xcos block: fix the displaying of port labels in the decoding of mlist scilab.
Change-Id: If540f96776e58038a1b618ce264d0e2de4a3e3ba
Sylvestre Ledru [Tue, 15 Oct 2013 14:14:09 +0000]
Detect if ecj is available on the system or not. If not, force the one in thirdparty
Change-Id: I3ba1d874a525b476d3d6578525db53ae03d8baa9
Antoine ELIAS [Tue, 15 Oct 2013 08:31:06 +0000]
fix windows compilation, snprintf does not exist on Windows but _snprintf.
Change-Id: I04c441446cc69ad50457b397110985b3d4dd76aa
Antoine ELIAS [Mon, 14 Oct 2013 20:51:10 +0000]
WIP : remplace graphics UID string by int
Change-Id: I18acbf751259f6940f7cf52fbe8568262e706d39
Paul BIGNIER [Tue, 15 Oct 2013 11:39:08 +0000]
Special_functions help: fix for beta
In HTML, inferior or equal is ≤ and not ≤
Change-Id: Ie913bbd882cc7f068c130933ba8bbdf9daccb1a8
Clément DAVID [Mon, 14 Oct 2013 15:43:47 +0000]
Xcos sim: fix some Coverity issues
Change-Id: I74bc4139223d6d609d657f650a62203bfaf00f50
Cedric Delamarre [Mon, 14 Oct 2013 12:41:32 +0000]
fix compilation with --enable-stop-on-warning flag.
Change-Id: Idf122dfb61dd87dacf6636192b454227dcabd374
Paul BIGNIER [Mon, 14 Oct 2013 10:47:18 +0000]
Scicos_blocks: fix memory leaks in tows_c
The allocated Integer matrices were not freed if something had gone wrong with their copying.
Change-Id: I86fa3b052e5b2d454862e1cdf60858d08796b9f8
Sylvestre Ledru [Mon, 14 Oct 2013 10:35:52 +0000]
Force the usage of the linker options. In particular no-as-needed (these libraries are sometimes built with gcc/g++ instead of the normal linker)
Change-Id: I4c6666e01310470cd3349a577600f087515f93aa
Vincent COUVERT [Thu, 10 Oct 2013 21:14:53 +0000]
Second output argument is now deprecated for add_param
Change-Id: I4c25e7e3df5af97dbca33f769b417d1653ab769c
Bruno JOFRET [Mon, 14 Oct 2013 08:36:10 +0000]
UMFPACK CFLAG forward
Change-Id: I1cdc34dfebbf0c2c382de9ec9f0e57d3d14a82aa
Paul BIGNIER [Fri, 20 Sep 2013 07:49:19 +0000]
* Bug #9788 fixed - new input argument for neldermead_search()
neldermead can now produce a warning when it fails to converge,
thanks to a new input argument "warn", which is a flag for printing information.
Before that, optimization status was only returned in the "-status" element,
so a user had to check that field to check completion.
Change-Id: Iaf9e5f2ae036843dbd5fa07f0d0d1510c8f11737
Vincent COUVERT [Fri, 11 Oct 2013 15:22:27 +0000]
New autotools version
This reverts commit
0f43c97b61653ee99bd986d5e03e83afc3f1b7cf.
Change-Id: I3137f6b6bf084128fefd9aa04e0cdbd37d297cd7
Calixte DENIZET [Fri, 11 Oct 2013 12:41:51 +0000]
Revert "New autotools version"
This reverts commit
b1c6b98d73e31988e1b52fa195cc47619e4721ce.
Change-Id: I40d3b9b0dfa75da5f2a7d05540badaad5c9ae9c2
Bruno JOFRET [Fri, 11 Oct 2013 12:29:03 +0000]
Forward --with-umfpack-include configure option (second chance)
Change-Id: Ib052b4bb168bdbee4e131d2af8311a136cecfd66
Calixte DENIZET [Fri, 11 Oct 2013 12:26:37 +0000]
New autotools version
Change-Id: I479c74a501fbc4da1dd4a8c0d7a12ea31392a3c6
Bruno JOFRET [Fri, 11 Oct 2013 10:57:46 +0000]
Forward --with-umfpack-include configure option
Change-Id: I9d6b55c6640a4a4388265868918b887518947f97
Vincent COUVERT [Fri, 11 Oct 2013 07:01:42 +0000]
Revert "Adapt editor label features to the not scaled/translated coord"
This reverts commit
0776c7fc89313bfa83e6f91c625d3ea9d97e8470.
Change-Id: Ifb7a4bdb3cd02d05d00e1c60a32a18845d4dad22
Simon Marchetto [Fri, 4 Oct 2013 16:45:10 +0000]
functions: add profile French documentation
Change-Id: I9a550fdc6fad4c3454e46410f7cbb4677be8f572
Simon Marchetto [Mon, 7 Oct 2013 10:22:56 +0000]
* Bug #12962 fixed: xinfo() documentation is not clear
- message subwindow => status bar
- add example
Change-Id: I3faa2324a9dff9c9d5abd19e2585ab3440ed12bd
Caio SOUZA [Wed, 2 Oct 2013 18:40:00 +0000]
Adapt editor label features to the not scaled/translated coord
Change-Id: I8825cd9be6d71f058936df0062ac1bd9f498ba1d
Marcos CARDINOT [Sat, 5 Oct 2013 17:43:23 +0000]
GED: Bug when updating label properties *fixed
Change-Id: I641d64ced71b431081b74f8fff93c5acbeea62c8
Caio SOUZA [Fri, 4 Oct 2013 02:08:44 +0000]
Adapt Label corners and position to default axes coordinate
Change-Id: I54c0a74d336e229e33974079490edc5416307468
Calixte DENIZET [Thu, 10 Oct 2013 14:42:24 +0000]
Bug 12769 fixed: xset(window, 1) did not set the current axes
Change-Id: Ieb49d3b787c9b72d7755c6a306daeeb1fcd98129
Calixte DENIZET [Thu, 10 Oct 2013 09:40:08 +0000]
Bug 12963 fixed: drawaxis did not place the axis correctly
Change-Id: I2caa3d99d6d9998781d34fbcf4b409e3418eeb47
Adeline CARNIS [Thu, 10 Oct 2013 15:36:17 +0000]
t = datatipCreate() is not empty.
Change-Id: I490e834135a0fff2344abbda631a711f229f6898
Adeline CARNIS [Thu, 10 Oct 2013 15:33:57 +0000]
clf function forgets to turn off the datatip mode
test_run("graphics", 'bug_7411")
Change-Id: Ie12500697240924f9c2278b828d5b80e4acdb704
Cedric Delamarre [Mon, 30 Sep 2013 15:00:17 +0000]
gsort : indexes of equal elements must not be sorted following increase/decrease argument.
Change-Id: If5ef651e34582225df6cc308fb85589a3805d0b1
Cedric Delamarre [Mon, 7 Oct 2013 14:28:52 +0000]
datatip gateways updated for compatibility with YaSp.
Change-Id: I2288bb5b8ef996689d316ad6c21d0f8769132d79
Simon Marchetto [Fri, 4 Oct 2013 16:41:53 +0000]
functions: improve showprofile documentation
- explain how to enable profiling
- fix examples
- detail & show the command output
Change-Id: Ic984724bd1148ee6e8fcc2e05cf3ee7d6f7d4984
Simon Marchetto [Fri, 4 Oct 2013 16:37:36 +0000]
functions: improve plotprofile documentation
-explain how to first enable profiling
-describe the displayed windows and charts
-fix examples
Change-Id: Ia6cab48a31cc8bb09e04e2a5d2725ad3fb92466a
Calixte DENIZET [Thu, 10 Oct 2013 09:14:44 +0000]
Bug 12978 fixed: exportUI returned an error when arg was a figure handle
Change-Id: I9c1268ee0f99bf2f65a2ce85336d276040d624f1
Calixte DENIZET [Wed, 9 Oct 2013 14:43:24 +0000]
Bug 12979 fixed: exportUI did not work with vectorial export
Change-Id: I473c5e9f7ae3065526a75211c8367e4f0ffd6760
Calixte DENIZET [Thu, 10 Oct 2013 09:06:27 +0000]
Bug 12951 fixed: Interactive zoom was broken
Change-Id: Iab9818cfbf8f9ab170e3acb8240fd4645b7a34ec
Adeline CARNIS [Thu, 10 Oct 2013 09:38:18 +0000]
Fix fileio tests (function redefined).
test_run("fileio", "splitURL")
test_run("fileio", "bug_12948")
test_run("fileio", "bug_12956")
Change-Id: If773cfff75824068e2cfb70e3b41abf666b8bed9
Adeline CARNIS [Thu, 10 Oct 2013 10:29:43 +0000]
Add English imposed in optimization tests.
test_run("optimization", "lmisolver")
test_run("optimization", "lmitool")
Change-Id: Iefedf1bbaab794ff3365a2dba6f0838bb0f7aaf2
Cedric Delamarre [Wed, 9 Oct 2013 09:14:49 +0000]
%ip_part : set specific functions of overload inside overload.
Change-Id: I0dc5daa3cefeccb2605cdf1ea347443a97fb9136
Sylvestre Ledru [Thu, 10 Oct 2013 10:26:26 +0000]
return; is not valid for a non void function
This breaks the build with clang
Change-Id: I9ca7b1757831640e602d2b3106bc4c45248365f5
Sylvestre Ledru [Thu, 10 Oct 2013 08:14:36 +0000]
add the addchapter for other languages in the MPI module
Change-Id: I1cb7300520e09f7319d3b37f64514234c92cc65a
Adeline CARNIS [Thu, 10 Oct 2013 10:10:49 +0000]
Add English imposed in xcos test.
test_run("xcos", "bug_12384")
Change-Id: I4003ef9fae2c358ab43bf5fdf776ff8bd8e68820
Cedric Delamarre [Thu, 10 Oct 2013 09:49:30 +0000]
compilation fixed with --enable-stop-on-warning flag.
Change-Id: Ie06a97008332f89c1e63fa5282a4507e044554bd
Cedric Delamarre [Thu, 10 Oct 2013 09:37:24 +0000]
bug_8642 : colnew corrected
Change-Id: I5c8be1632cb3b72717586723a901dc6bf6a3632d
Paul BIGNIER [Fri, 4 Oct 2013 13:17:12 +0000]
* Bug #7570 fixed - Special_functions help: fix for beta
Specify the switch criterion on x and y.
Change-Id: I006f55acbae377f385cd8794c6b062ab6e404c8b
Paul BIGNIER [Mon, 7 Oct 2013 10:50:16 +0000]
* Bug #7705 fixed - Fix genetic algorithms help pages
The "dimensions", "minbounds" and "maxbounds" fields were not documented.
Change-Id: I2bc6a6b23c18116ac9fc951bbb4b86344705f7c8
Simon Marchetto [Tue, 8 Oct 2013 10:45:34 +0000]
Fix test for bug #12948.
Change-Id: I62d8ccc876cf3f552c38a4cafacc6f3676cf4f82
Antoine ELIAS [Thu, 10 Oct 2013 08:31:53 +0000]
fix newly coverity reports
CID: 1103889, 1103890, 1103891, 1103892, 1103893, 1103885, 1098601, 1099034, 1103888
Change-Id: Iaf192d629e31fac87b25fe991ca15fbad78a16e1
Paul BIGNIER [Thu, 10 Oct 2013 06:44:44 +0000]
Scicos_blocks: fix memory leaks in tows_c
CId: 1099531
Change-Id: Ia1a835e06cbe3a314cabd98275c026081d3eb152