OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
dwalltime00_.c
Go to the documentation of this file.
1#include "Bdef.h"
2
3#if (INTFACE == C_CALL)
4double Cdwalltime00(void)
5#else
7#endif
8{
9 return(MPI_Wtime());
10}
#define F_DOUBLE_FUNC
Definition Bdef.h:234
F_DOUBLE_FUNC dwalltime00_(void)
Definition dwalltime00_.c:6
double LIBSEQ_CALL MPI_Wtime()
Definition mpic.c:60