![]() |
Ice Sheet System Model
4.18
Code documentation
|
#include <stdarg.h>
#include <cstdio>
#include <string>
#include <iostream>
#include <iomanip>
#include "./Print.h"
#include "../Comm/IssmComm.h"
#include "../../String/sharedstring.h"
#include "../../MemOps/MemOps.h"
Go to the source code of this file.
Functions | |
int | PrintfFunctionOnCpu0 (const string &message) |
int | PrintfFunctionOnAllCpus (const string &message) |
int PrintfFunctionOnCpu0 | ( | const string & | message | ) |
Definition at line 26 of file PrintfFunction.cpp.
int PrintfFunctionOnAllCpus | ( | const string & | message | ) |
Definition at line 40 of file PrintfFunction.cpp.