Re: ROOT/CINT problem ?

From: Masaharu Goto (gotom@hpyiddq.jpn.hp.com)
Date: Wed Jun 18 1997 - 03:03:24 MEST


Nick,

Sorry, this is my problem. Following line would not work right now.
This is just a small parsing problem.

>  a=new int*[n];

As a work around,  please do following,

   a=(int*)malloc(sizeof(int*)*n);
   a=(int*)new long[n];

Masaharu Goto



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:26:19 MET