Changeset 2870 in Sophya for trunk/SophyaLib/NTools/perandom.cc


Ignore:
Timestamp:
Jan 3, 2006, 3:23:37 PM (20 years ago)
Author:
ansari
Message:

Portage/compilation sur AIX-XlC (regatta): Ajout qualification de nom ou namespace SOPHYA pour instanciation explicite de template + correction ambiguite syntaxe new X* [] - Reza 3 Jan 2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/perandom.cc

    r2840 r2870  
    163163   delete[] tabX;
    164164   
    165    ranY = new(FunRan*[nBinX]);
     165   ranY = new FunRan* [nBinX];
    166166   
    167167   for (int_4 k=0; k<nBinX; k++)
     
    187187   ranX = new FunRan(tabX, nBinX);
    188188   
    189    ranY = new(FunRan*[nBinX]);
     189   ranY = new FunRan* [nBinX];
    190190   
    191191   for (int_4 k=0; k<nBinX; k++)
Note: See TracChangeset for help on using the changeset viewer.