Changeset 18 for tools/pixelmap_test


Ignore:
Timestamp:
03/23/09 16:04:37 (16 years ago)
Author:
qweitzel
Message:
change in pixelmap: file now defined via construtor
Location:
tools/pixelmap_test
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • tools/pixelmap_test/PixelMapTest.cc

    r16 r18  
    1212    std::cout << std::endl;
    1313
    14     PixelMap* pm = new PixelMap(true);
     14    PixelMap* pm = new PixelMap("Test_PixelMap.txt", true);
    1515
    1616    pm->Print();
Note: See TracChangeset for help on using the changeset viewer.