IPCC  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
KNGeometricConstructionLaunch.cpp File Reference
#include "stdafx.h"
#include "KNGeometricConstructionLaunch.h"
#include "KNGeometricAtom.h"
#include "KNGeometicAtomFactory.h"
#include "KNMPIManager.h"
#include "CKNGlobal.h"
#include "KNMatrixDebug.h"
#include <mpi.h>
Include dependency graph for KNGeometricConstructionLaunch.cpp:

Go to the source code of this file.

Functions

void getCurrentTime (char *pszBuffer)
 

Function Documentation

void getCurrentTime ( char *  pszBuffer)

Definition at line 21 of file KNGeometricConstructionLaunch.cpp.

Referenced by CKNGeometricConstructionLaunch::LaunchingGeometricConstructionMPI().

22 {
23  time_t timer;
24  struct tm *t;
25 
26  timer = time(NULL);
27  t = localtime(&timer);
28 
29  sprintf(pszBuffer, "%d:%d:%d", t->tm_hour, t->tm_min, t->tm_sec);
30 }

Here is the caller graph for this function: