Ignore:
Timestamp:
Dec 10, 2008, 7:31:39 PM (15 years ago)
Author:
rosiere
Message:

Almost complete design
with Test and test platform

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/src/XML_get_body.cpp

    r83 r88  
    2424    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
    2525
    26     std::string body       = _body;
    27     std::string tabulation = indent(depth);
     26    std::string body = _body;
     27    std::string tab  = indent(depth);
    2828
    29 //  body.insert(0,tabulation);
     29    body.insert(0,tab);
    3030    for (size_t pos=body.find('\n',0); (pos<body.length()-1); pos=body.find('\n',++pos))
    31       body.insert(++pos,tabulation);
     31      body.insert(++pos,tab);
    3232
    3333    log_printf(FUNC,Behavioural,FUNCTION,"End");
Note: See TracChangeset for help on using the changeset viewer.