MPM-Geomechanics
Material Point Method for simulating geo-materials under large deformation conditions
Loading...
Searching...
No Matches
Warning.h
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
2// Copyright (c) 2021-2025 MPM-Geomechanics Development Team
3
4#ifndef INC_WARNING_H_
5#define INC_WARNING_H_
6
7#include<string>
8using std::string;
9
13namespace Warning
14{
17 void printMessage(string message);
18}
19
20#endif /* INC_WARNING_H_ */
This namespace contain functions to print coloured text indicating possible error or inconsistency in...
void printMessage(string message)
Prints a warning message in terminal.