FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
hecmw_time.h
Go to the documentation of this file.
1/*****************************************************************************
2 * Copyright (c) 2019 FrontISTR Commons
3 * This software is released under the MIT License, see LICENSE.txt
4 *****************************************************************************/
5
6#ifndef HECMW_TIME_INCLUDED
7#define HECMW_TIME_INCLUDED
8
9#ifndef HECMW_SERIAL
10#include "mpi.h"
11#else
12#include <time.h>
13#include <sys/timeb.h>
14#endif
15
16double HECMW_Wtime(void);
17double HECMW_Wtick(void);
18
19#endif
double HECMW_Wtime(void)
Definition: hecmw_time.c:8
double HECMW_Wtick(void)
Definition: hecmw_time.c:22