Changeset 194 in Sophya for trunk/SophyaPI/PI/Tests/pitgr.cc


Ignore:
Timestamp:
Feb 11, 1999, 5:52:48 PM (27 years ago)
Author:
ercodmgr
Message:

Petites erreurs Reza 11/02/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/Tests/pitgr.cc

    r188 r194  
    394394PIApplicationScreenSize(sx, sy);
    395395printf("##### pit-main() ScreenSize= %d %d ##### \n", sx, sy);
     396PIColorMap* cmap = new PIColorMap(CMAP_GREY32);
     397printf("##### pit-main() NbTotColors=%d Already Allocated= %d ##### \n",
     398       cmap->TotNbColors(), cmap->NbAllocColors());
    396399app->Run();
    397400
     401delete cmap;
    398402delete app;
    399403exit(0);
Note: See TracChangeset for help on using the changeset viewer.