~s-cecilio/lomse/master

« back to all changes in this revision

Viewing changes to include/lomse_exceptions.h

  • Committer: cecilios
  • Date: 2010-10-10 13:35:19 UTC
  • Revision ID: git-v1:2b333198c3033525d15763b84eaf79dac9fdab80
Preparing to use CMake. Updating with new code and missing files. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
//
21
21
//-------------------------------------------------------------------------------------
22
22
 
23
 
#ifndef __LOMSE__EXCEPTIONS_H__
24
 
#define __LOMSE__EXCEPTIONS_H__
 
23
#ifndef __LOMSE_EXCEPTIONS_H__
 
24
#define __LOMSE_EXCEPTIONS_H__
25
25
 
26
26
 
27
27
#include <stdexcept>
43
43
 
44
44
}   //namespace lomse
45
45
 
46
 
#endif      //__LOMSE__EXCEPTIONS_H__
 
46
#endif      //__LOMSE_EXCEPTIONS_H__