Changeset 14905


Ignore:
Timestamp:
05/05/13 10:13:31 (12 years ago)
Author:
Eric.Larour
Message:

CHG: changed include guard protection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/shared/MemOps/MemOps.h ΒΆ

    r14904 r14905  
    1 /* \file alloc.h
     1/* \file MemOps.h
    22 * \brief: header file for memory allocations as well as templated new/delete checking for non-null pointers
    33 */
    44
    5 #ifndef _ALLOC_H_
    6 #define _ALLOC_H_
     5#ifndef _MEM_OPS_H_
     6#define _MEM_OPS_H_
    77
    88#include <cassert>
Note: See TracChangeset for help on using the changeset viewer.