Ignore:
Timestamp:
Jan 3, 2010, 7:36:08 PM (13 years ago)
Author:
Peter Johansson
Message:

refs #405. support for fomrat none which is not really a format but images will be ignored.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/html_utility.cc

    r1007 r1008  
    7373    else if (format=="png")
    7474      os << "<img src='" << name << ".png' alt='[plot]'/>";
     75    else if (format=="none")
     76      os << "<!-- no images -->";
    7577    else {
    7678      assert(false);
Note: See TracChangeset for help on using the changeset viewer.