FrontISTR  5.7.1
Large-scale structural analysis program with finit element method
hecmw_dlb_mem_util.c
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2019 FrontISTR Commons
3  * This software is released under the MIT License, see LICENSE.txt
4  *****************************************************************************/
5 
6 #include "hecmw_repart.h"
7 void HECMW_dlb_memory_exit(char *var) {
8  fprintf(stderr,
9  "#### HEC-MW-VIS-E0001:There is no enough memory allocated for "
10  "variable %s\n",
11  var);
13  exit(0);
14 }
15 
16 void HECMW_dlb_print_exit(char *var) {
17  fprintf(stderr, "%s\n", var);
19  exit(0);
20 }
#define HECMW_Finalize
void HECMW_dlb_print_exit(char *var)
void HECMW_dlb_memory_exit(char *var)