[Saga-devel] Re: [SAGA] #301: URL set_path / get_path

SAGA saga-devel at cct.lsu.edu
Fri Jan 30 10:43:57 CST 2009


#301: URL set_path / get_path
--------------------------+-------------------------------------------------
  Reporter:  amerzky      |       Owner:  hkaiser
      Type:  to discuss   |      Status:  closed 
  Priority:  minor        |   Milestone:  1.4    
 Component:  SAGA Engine  |     Version:  SVN    
Resolution:  worksforme   |    Keywords:         
--------------------------+-------------------------------------------------
Changes (by hkaiser):

  * status:  new => closed
  * resolution:  => worksforme

Comment:

 I'm not able to reproduce this. I used:
 {{{
   #include <saga/saga.hpp>

   int main ()
   {
     saga::url u;
     u.set_path ("my_path");
     std::cerr << u.get_path () << std::endl;  // prints my_path
     return 0;
   }
 }}}

-- 
Ticket URL: <http://fortytwo.cct.lsu.edu:8000/SAGA/ticket/301#comment:1>
SAGA <http://saga.cct.lsu.edu/>
SAGA - Simple API for Grid Applications - C++ reference implementation


More information about the saga-devel mailing list