Changeset 436 in Sophya for trunk/Poubelle/archTOI.old/archtoi.cc


Ignore:
Timestamp:
Sep 24, 1999, 11:23:23 PM (26 years ago)
Author:
ansari
Message:

vendredi soir...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Poubelle/archTOI.old/archtoi.cc

    r432 r436  
    186186  block_type_param* blk = iter.lastParam();
    187187  if (blk) {
    188     int nb = blk->param.nb_bolo;
     188    int nb = blk->param.n_max_bolo;
    189189    for (int i=0; i<nb; i++) {
    190190#if version_num > 25
     
    280280  block_type_param* blk = iter.lastParam();
    281281  if (blk) {
    282     int nb = blk->param.nb_bolo;
     282    int nb = blk->param.n_max_bolo;
    283283    j=0;
    284284    for (int i=0; i<nb; i++) {
Note: See TracChangeset for help on using the changeset viewer.