swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What's wrong with this dynamic matrix allocation


From: Marcus G. Daniels
Subject: Re: What's wrong with this dynamic matrix allocation
Date: 19 Mar 1999 14:18:13 -0800

>>>>> "PJ" == Paul E Johnson <address@hidden> writes:

PJ>   int Dimensionality[NOFSPACES]
PJ>   for(s=0;s<NOFSPACES;s++)
PJ>   for(i=0; i < Dimensionality[s] ; i++)

Dimensionality's last element is NOFSPACES - 1, and you're asking for
the next one. 


                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]