Zoltan2
Loading...
Searching...
No Matches
core
src
util
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
21
namespace
Zoltan2
{
22
32
void
addNumberToFileName
(
int
number, std::string fname, std::string &newf);
33
34
}
// namespace Zoltan2
35
36
#endif
Zoltan2
Created by mbenlioglu on Aug 31, 2020.
Definition
Zoltan2_AlgHybrid2GL.hpp:47
Zoltan2::addNumberToFileName
void addNumberToFileName(int number, std::string fname, std::string &newf)
Helper method to add number to a file name.
Definition
Zoltan2_IO.cpp:20
Generated by
1.9.8