14 lines
178 B
C
14 lines
178 B
C
// Some test code
|
|
|
|
#include "foamVersion.H"
|
|
#include "IOstreams.H"
|
|
|
|
namespace Foam
|
|
{
|
|
void printTest()
|
|
{
|
|
Info<< nl;
|
|
foamVersion::printBuildInfo();
|
|
}
|
|
}
|