detectFormat

Determins the INP file format stored within the given stream.

@nogc nothrow
detectFormat
(
Stream stream
)

Parameters

stream Stream

The stream to detect the INP file format for.

Return Value

The INP version of the file.

Meta