NAG CPP Interface
iomanager::IOManagerBase::print_rec

 Contents

Settings help

CPP Name Style:


1 Description

print_rec outputs the text supplied in rec to the Output channel associated with unit_number, followed by a carriage return.

2 Specification

void function  print_rec(types::f77_integer unit_number, std::string rec)

3 Arguments

1: unit_number types::f77_integer Scalar
On entry: unit number to write to.
2: rec std::string Scalar
On entry: line of text to output.