File: dcputime00_.c

package info (click to toggle)
scalapack 2.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 37,012 kB
  • sloc: fortran: 339,113; ansic: 74,517; makefile: 1,494; sh: 34
file content (10 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
#include "Bdef.h"

#if (INTFACE == C_CALL)
double Cdcputime00(void)
#else
F_DOUBLE_FUNC dcputime00_(void)
#endif
{
   return(-1.0);
}