[Os-project-managers] Question about mult and incr

Horand Gassmann Horand.Gassmann at Dal.Ca
Tue Oct 12 19:28:06 EDT 2010


Hi guys,

this may be old hat, or it may be a matter of a constritutional  
amendment; I don't know. Working at implementing mult and incr on  
OSiL, I have a question as to which of the following two versions is  
correct.

I start from the vector el=[1 2 3 5 8 8 12 6 5 4]

Should it be

<el mult="3" incr="1">1</el>
<el>5</el>
<el mult="2">8</el>
<el>12</el>
<el mult="3" incr="-1">6</el>

or

<el mult="3">1</el>
<el>5</el>
<el mult="2" incr="0">8</el>
<el>12</el>
<el mult="3" incr="-1">6</el>

In other words, should the default value for incr be 0 or 1?

Cheers

gus



More information about the Os-project-managers mailing list