<html>
<head>
<base href="http://bugzilla.scilab.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Reporter</th>
<td>jseale@maine.rr.com</td>
</tr>
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Cannot mix numbers with & without decimals in an array, get compile error."
href="http://bugzilla.scilab.org/show_bug.cgi?id=15470">15470</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Cannot mix numbers with & without decimals in an array, get compile error.
</td>
</tr>
<tr>
<th>Product</th>
<td>Scilab software
</td>
</tr>
<tr>
<th>Version</th>
<td>6.0.1
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows 10
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Medium
</td>
</tr>
<tr>
<th>Component</th>
<td>Compile
</td>
</tr>
<tr>
<th>Assignee</th>
<td>bugzilla.admin@scilab.org
</td>
</tr>
</table>
<p>
<div>
<pre>BUG DESCRIPTION: I enter a row vector, e.g. [ 79.7 83.1 7.7 0 0 ] and often get "parser: Cannot open file
C:\Users\...\SCI_TMP_4924_24170\command.temp. If instead I enter [79.7 83.1 7.7 0. 0.], problem is resolved.
----------------
ERROR LOG:
----------
HOW TO REPRODUCE THE BUG: As shown in brief bug description.
-------------------------
OTHER INFORMATION: I suppose it's sloppy programming to enter whole numbers with no decimal, mixed with decimal numbers, in an array entry, and now
that I recognize the problem I can avoid it. It cost me some time and frustration to narrow the problem down. If a number with no decimal is added
to a vector with decimals, e.g. [ 79.7 83.1 7.7 0. 0.] + 15, that causes no problems, I presume thanks to good Scilab type checking.
------------------</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>