Changeset 25 for trunk/orca/math3d.c

Show
Ignore:
Timestamp:
02/06/06 23:30:15 (3 years ago)
Author:
krobillard
Message:

series which/index renamed to n/it.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/math3d.c

    r1 r25  
    279279 
    280280    OBlock* blk = orBLOCK(blkV); 
    281     OValue* it  = blk->values + blkV->series.index; 
     281    OValue* it  = blk->values + blkV->series.it; 
    282282    OValue* end = blk->values + blk->used; 
    283283    float* vend = vec + count;