Displaying 1 result from an estimated 1 matches for "vectorid".
Did you mean:
  vectored
  
2013 Nov 20
2
Multiple if statement in loop condition
What this message means is that a "{" showed up when some other bracket was
unpaired.  In this case, if you check your code, you'll see that 
"if(MatriceDist[i,j] > 0 & ((vectorID[i] > 0 | vectorID[j] > 0))"  is
lacking a closing ")"  for the if clause.
 
Phalaen wrote
> Hi! 
> I am a Phd student in the university of Padua and I am trying to write a
> little script (the first!) to make a simulation on epidemiology.
> I'd like to change...