1 #ifndef INFO_DIMENSIONSWARNING_HPP 2 #define INFO_DIMENSIONSWARNING_HPP 21 if (width > 1 or height > 1)
24 "Width and Height values are ignored!");
40 "Height value is ignored!");
A few warnings for parsed dimensions.
Definition: DimensionsWarning.hpp:9
static void DimensionsWarningOnly1D(int length, int width, int height)
checks if height and width are equal 0
Definition: DimensionsWarning.hpp:19
static void DimensionsWarningOnly2D(int length, int width, int height)
checks if height is equal 0
Definition: DimensionsWarning.hpp:35
static void Warning(std::string text, std::string note="")
Warning sent to std::cout.
Definition: Basics.hpp:102