The Conley-Morse Graphs Software
Functions
confinfo.h File Reference

Writing configuration settings to an output stream. More...

#include <ostream>
#include "config.h"
#include "typedefs.h"

Go to the source code of this file.

Functions

void showConfigInfo (std::ostream &f, const char *prefix, const parCoord *maxIter)
 Writes the configuration information to the given output stream. More...
 

Detailed Description

Writing configuration settings to an output stream.

This file contains the definition of a function which gathers various configuration parameters and outputs them to a stream in a nice text format.

Author
Pawel Pilarczyk

Definition in file confinfo.h.

Function Documentation

◆ showConfigInfo()

void showConfigInfo ( std::ostream &  f,
const char *  prefix,
const parCoord maxIter 
)
inline