From 2ee8e3238d42114c78005e1e7e531a46ec79dfb9 Mon Sep 17 00:00:00 2001 From: conrad Date: Thu, 18 Feb 2021 11:26:43 +1000 Subject: [PATCH] harmonise error strings --- include/armadillo_bits/Cube_meat.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/armadillo_bits/Cube_meat.hpp b/include/armadillo_bits/Cube_meat.hpp index 21b21437..e1cc8118 100644 --- a/include/armadillo_bits/Cube_meat.hpp +++ b/include/armadillo_bits/Cube_meat.hpp @@ -294,7 +294,7 @@ Cube::init_warm(const uword in_n_rows, const uword in_n_cols, const uword in return; } - arma_debug_check( (t_mem_state == 2), "Cube::init(): requested size is not compatible with the size of auxiliary memory" ); + arma_debug_check( (t_mem_state == 2), "Cube::init(): mismatch between size of auxiliary memory and requested size" ); delete_mat();