Skip to content

Commit

Permalink
Use more specific macro as header guard
Browse files Browse the repository at this point in the history
in case multiple solver algorithms are used
  • Loading branch information
Dylan Harries committed Feb 26, 2017
1 parent f3665ce commit c05ea5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -18,8 +18,8 @@

// File generated at @DateAndTime@

#ifndef @ModelName@_STANDARD_MODEL_SPECTRUM_GENERATOR_H
#define @ModelName@_STANDARD_MODEL_SPECTRUM_GENERATOR_H
#ifndef @ModelName@_STANDARD_MODEL_TWO_SCALE_SPECTRUM_GENERATOR_H
#define @ModelName@_STANDARD_MODEL_TWO_SCALE_SPECTRUM_GENERATOR_H

#include "@ModelName@_spectrum_generator_interface.hpp"
#include "@ModelName@_spectrum_generator.hpp"
Expand Down
Expand Up @@ -18,8 +18,8 @@

// File generated at @DateAndTime@

#ifndef @ModelName@_STANDARD_MODEL_SPECTRUM_GENERATOR_H
#define @ModelName@_STANDARD_MODEL_SPECTRUM_GENERATOR_H
#ifndef @ModelName@_STANDARD_MODEL_TWO_SCALE_SPECTRUM_GENERATOR_H
#define @ModelName@_STANDARD_MODEL_TWO_SCALE_SPECTRUM_GENERATOR_H

#include "@ModelName@_spectrum_generator_interface.hpp"
#include "@ModelName@_spectrum_generator.hpp"
Expand Down

0 comments on commit c05ea5b

Please sign in to comment.