Zoltan2
Loading...
Searching...
No Matches
Zoltan2_IO.hpp
Go to the documentation of this file.
1// @HEADER
2// *****************************************************************************
3// Zoltan2: A package of combinatorial algorithms for scientific computing
4//
5// Copyright 2012 NTESS and the Zoltan2 contributors.
6// SPDX-License-Identifier: BSD-3-Clause
7// *****************************************************************************
8// @HEADER
9
14#ifndef ZOLTAN2_IO_HPP
15#define ZOLTAN2_IO_HPP
16
17#include <string>
18#include <ostream>
19#include <sstream>
20
21namespace Zoltan2{
22
32void addNumberToFileName(int number, std::string fname, std::string &newf);
33
34} // namespace Zoltan2
35
36#endif
Created by mbenlioglu on Aug 31, 2020.
void addNumberToFileName(int number, std::string fname, std::string &newf)
Helper method to add number to a file name.