Commit f786bb92 authored by cianciosa's avatar cianciosa Committed by Cianciosa, Mark
Browse files

Fix file headers.

parent b166360f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
///  @brief Defined basic math functions.
//------------------------------------------------------------------------------


#ifndef math_h
#define math_h

+4 −7
Original line number Diff line number Diff line
//
//  register.hpp
//  graph_framework
//
//  Created by Cianciosa, Mark on 12/8/22.
//  Copyright © 2022 Cianciosa, Mark R. All rights reserved.
//
//------------------------------------------------------------------------------
///  @file register.hpp
///  @brief Utilities for writting jit source code.
//------------------------------------------------------------------------------

#ifndef register_h
#define register_h
+2 −5
Original line number Diff line number Diff line
//------------------------------------------------------------------------------
///  vector.hpp
///  graph_framework
///
///  Created by Cianciosa, Mark R. on 3/31/22.
///  Copyright © 2022 Cianciosa, Mark R. All rights reserved.
///  @file vector.hpp
///  @brief Defines vectors of graphs.
//------------------------------------------------------------------------------

#ifndef vector_h