source: codes/icosagcm/branches/SATURN_DYNAMICO/XIOS/src/memory.cpp @ 309

Last change on this file since 309 was 248, checked in by ymipsl, 10 years ago

Adding XIOS directory

YM

  • Property svn:eol-style set to native
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.