~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to src/c/num_log.d

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2007-04-09 11:51:51 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070409115151-ql8cr0kalzx1jmla
Tags: 0.9i-20070324-2
Upload to unstable. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
855
855
                  r->array.elttype = aet_bit;
856
856
                  r->array.dim = x->array.dim;
857
857
                  r->array.adjustable = FALSE;
858
 
                  array_allocself(r);
 
858
                  ecl_array_allocself(r);
859
859
                }
860
860
        }
861
861
        rp = r->vector.self.bit;