예제 #1
0
파일: capi.c 프로젝트: jeffhammond/ga
double tcg_time()
{
    return TCGTIME_();
}
예제 #2
0
파일: misc.c 프로젝트: dmlb2000/nwchem-cml
Integer MTIME_()
{
    return (Integer) (TCGTIME_()*100.0); /* time in centiseconds */
}