Changeset 343 for trunk/lib/Node.cc


Ignore:
Timestamp:
May 19, 2007, 3:58:19 PM (16 years ago)
Author:
Peter Johansson
Message:

refs #169

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Node.cc

    r330 r343  
    107107       << "<td>" << author() << "</td>\n"
    108108       << "</tr>\n";
     109  }
     110
     111
     112  std::string Node::output_dir(void) const
     113  {
     114    return output_dir_;
    109115  }
    110116
Note: See TracChangeset for help on using the changeset viewer.