Ignore:
Timestamp:
01/22/19 16:43:32 (5 years ago)
Author:
yushan
Message:

revert erroneous commit on trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/timer.cpp

    r1638 r1639  
    11#include "timer.hpp" 
    2 //#include "mpi_std.hpp" 
    32#include "mpi.hpp" 
    43#include <string> 
     
    76#include <sstream> 
    87#include "tracer.hpp" 
    9 //extern ::MPI_Comm MPI_COMM_WORLD; 
    108 
    119namespace xios 
     
    2018  double CTimer::getTime(void) 
    2119  { 
    22     MPI_COMM_WORLD; 
    2320    return MPI_Wtime(); 
    2421  } 
Note: See TracChangeset for help on using the changeset viewer.