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
/*
2
* Warning.h
3
*
4
* Created on: 21 de abr de 2021
5
* Author: Fabricio Fernandez <fabricio.hmf@gmail.com>
6
*/
7
8
#ifndef INC_WARNING_H_
9
#define INC_WARNING_H_
10
11
#include<string>
12
using
std::string;
13
17
namespace
Warning
18
{
21
void
printMessage
(
string
message);
22
}
23
24
#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