~s-cecilio/lomse/master

« back to all changes in this revision

Viewing changes to include/lomse_ldp_elements.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__LDP_ELEMENTS_H__        //to avoid nested includes
24
 
#define __LOMSE__LDP_ELEMENTS_H__
 
23
#ifndef __LOMSE_LDP_ELEMENTS_H__        //to avoid nested includes
 
24
#define __LOMSE_LDP_ELEMENTS_H__
25
25
 
26
26
#include <vector>
27
27
 
513
513
 
514
514
 
515
515
}   //namespace lomse
516
 
#endif    // __LOMSE__LDP_ELEMENTS_H__
 
516
#endif    // __LOMSE_LDP_ELEMENTS_H__
517
517