source: CONFIG/publications/ICOLMDZORINCA_CO2_Transport_GMD_2023/XIOS/src/memory.cpp @ 6607

Last change on this file since 6607 was 6607, checked in by acosce, 10 months ago

XIOS used for ICOLMDZORINCA_CO2_Transport_GMD_2023

File size: 152 bytes
Line 
1#include "memory.hpp"
2#include "exception.hpp"
3
4namespace xios
5{
6 
7  void noMemory(void)
8  {
9    ERROR("void noMemory(void)",<<"Out of memory") ;
10  }
11}
Note: See TracBrowser for help on using the repository browser.