56 int main(
int argc,
char *argv[])
66 Info<<
nl <<
"Calculating value(price of comodities)" <<
endl;
72 Info<<
"Starting time loop\n" <<
endl;
74 while (runTime.loop())
90 if (runTime.outputTime())
96 Info<<
"ExecutionTime = " << runTime.elapsedCpuTime() <<
" s"
97 <<
" ClockTime = " << runTime.elapsedClockTime() <<
" s"