Changeset 6394 for nanovis/trunk


Ignore:
Timestamp:
Jun 16, 2016 7:20:52 PM (8 years ago)
Author:
ldelgass
Message:

fix var name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nanovis/trunk/nanovisServer.cpp

    r6390 r6394  
    173173    /* Get ending time.  */
    174174    struct timeval now;
    175     gettimeofday(&tv, NULL);
     175    gettimeofday(&now, NULL);
    176176    double session_time = CVT2SECS(now) - CVT2SECS(g_stats.start);
    177177
Note: See TracChangeset for help on using the changeset viewer.