Ignore:
Timestamp:
Sep 29, 2008, 8:08:49 AM (16 years ago)
Author:
gah
Message:

add recolor option to legend

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/nanovis.cpp

    r1164 r1167  
    308308        start = CVT2SECS(tv);
    309309    }
    310     /*
    311      * Session information:
    312      *   1. Start date of session in seconds.
    313      *   2. Process ID
    314      *   3. Number of frames returned.
    315      *   4. Number of bytes total returned (in frames).
    316      *   5. Total elapsed time of all commands.
    317      *   6. Total elapsed time of session.
    318      *   7. Exit code of pymol server.
    319      *   8. User time. 
    320      *   9. System time.
    321      *  10. Maximum resident size.
    322      */
    323310    pid = getpid();
    324311    Tcl_DStringInit(&ds);
     
    389376        }
    390377        result = TRUE;
    391  error:
     378    error:
    392379        if (f >= 0) {
    393380            close(f);
Note: See TracChangeset for help on using the changeset viewer.