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>
8
using
std::string;
9
13
namespace
Warning
14
{
17
void
printMessage
(
string
message);
18
}
19
20
#endif
/* INC_WARNING_H_ */
Warning
This namespace contain functions to print coloured text indicating possible error or inconsistency in...
Warning::printMessage
void printMessage(string message)
Prints a warning message in terminal.
inc
Warning.h
Generated by
1.12.0