Opened 16 years ago
Closed 16 years ago
#169 closed task (fixed)
Node::local_path() function is not good enough
Reported by: | Peter Johansson | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | major | Milestone: | 0.6 |
Component: | core | Version: | trunk |
Keywords: | Cc: |
Description
Instead we would need something like
/// \return output directory relative to Parameter::target() std::string outputdir(string user, const line_type) const /// \return output file relative to Parameter::target() std::string outputfile(string user, const line_type) const
These, and perhaps some more, function should be used in generation of output to make this code more readable.
Change History (3)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Status: | new → assigned |
---|
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [252]) fixes #168, the if statement introduced should be built-in to a function refs #169