Conformation to internal and external feature edges.

This commit is contained in:
graham
2009-04-30 20:21:50 +01:00
parent b487a13281
commit c5ee731267
7 changed files with 357 additions and 85 deletions

View File

@ -66,12 +66,12 @@ int main(int argc, char *argv[])
runTime++;
Info<< "ExecutionTime = " << runTime.elapsedCpuTime() << " s"
Info<< nl << "ExecutionTime = " << runTime.elapsedCpuTime() << " s"
<< " ClockTime = " << runTime.elapsedClockTime() << " s"
<< nl << endl;
<< endl;
}
Info << nl << "End\n" << endl;
Info<< nl << "End\n" << endl;
return 0;
}