diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-18 22:47:44 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-19 11:10:13 +0200 |
commit | 8bb2ce61c03886d8b323288dc92d74fc1e45da4e (patch) | |
tree | 7c26a4701873df3bab364fb7e9a386aef6a12c99 /scaddins/source/pricing | |
parent | e9f918cefc0183f6a7322a427b6eaf8f37615e21 (diff) |
fixincludeguards.sh: some smaller dirs
Change-Id: Ic25bd678dc299627299b22145efd7bebcf2b39d0
Diffstat (limited to 'scaddins/source/pricing')
-rw-r--r-- | scaddins/source/pricing/black_scholes.hxx | 4 | ||||
-rw-r--r-- | scaddins/source/pricing/pricing.hxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/scaddins/source/pricing/black_scholes.hxx b/scaddins/source/pricing/black_scholes.hxx index 92099b22c3e0..cdcb20b84182 100644 --- a/scaddins/source/pricing/black_scholes.hxx +++ b/scaddins/source/pricing/black_scholes.hxx @@ -11,8 +11,8 @@ */ -#ifndef BLACK_SCHOLES_HXX -#define BLACK_SCHOLES_HXX +#ifndef INCLUDED_SCADDINS_SOURCE_PRICING_BLACK_SCHOLES_HXX +#define INCLUDED_SCADDINS_SOURCE_PRICING_BLACK_SCHOLES_HXX // options prices and greeks in the Black-Scholes model // also known as TV (theoretical value) diff --git a/scaddins/source/pricing/pricing.hxx b/scaddins/source/pricing/pricing.hxx index b465a1fb5197..f3fdbcb7673a 100644 --- a/scaddins/source/pricing/pricing.hxx +++ b/scaddins/source/pricing/pricing.hxx @@ -24,8 +24,8 @@ // to avoid having to rename all classes to do with UNO // technicalities we use our own namespace -#ifndef _SCA_PRICING_HXX -#define _SCA_PRICING_HXX +#ifndef INCLUDED_SCADDINS_SOURCE_PRICING_PRICING_HXX +#define INCLUDED_SCADDINS_SOURCE_PRICING_PRICING_HXX #include <string.h> |