abfVersionString()

Specifies a string which describes the version of the translator.

Syntax

voidabfVersionString(char *mess);

Inputs

mess
The message to be output when the translator is invoked with the -version command line switch.

Example

abfVersionString("Nastran results translator v3.0");

Comments

If the command line switch -version is present in argv[] when passed to abfCommandline, the ABF library prints out the date when it was last built. If a version string is specified, it is also printed.