source: XIOS/dev/dev_olga/src/src/memory.cpp @ 1023

Last change on this file since 1023 was 1022, checked in by mhnguyen, 7 years ago
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.