Ignore:
Timestamp:
08/02/10 12:55:43 (14 years ago)
Author:
Takeshi Nakazato
Message:

Makefile is updated to be able to compile codes using make.
Fixed a few things in NROFiller class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/newfiller/src/NROFiller.cpp

    r1799 r1812  
    122122  for ( Int irow = 0 ; irow < (Int)nRow ; irow++ ) {
    123123    // check scan intent
    124     String scanType = reader_->getScanType( irow ) ;
     124    string scanType = reader_->getScanType( irow ) ;
    125125    SrcType::type srcType = SrcType::NOTYPE ;
    126126
Note: See TracChangeset for help on using the changeset viewer.