Skip to content

Commit

Permalink
File headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
PetterS committed Dec 30, 2013
1 parent 578a21e commit 9018f80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/spii/auto_diff_term.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Petter Strandmark 2012–2013.
#ifndef SPII_AUTO_DIFF_TERM_H
#define SPII_AUTO_DIFF_TERM_H

Expand All @@ -21,7 +22,7 @@ namespace spii {
//
// Note: The size arguments D... are supposed to be reasonably small,
// as the memory allocated on the stack by this class is
// O(max(D...)^2).
// O(sum(D...)^2).
template<typename Functor, int... D>
class AutoDiffTerm;

Expand Down
1 change: 1 addition & 0 deletions include/spii/dynamic_auto_diff_term.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Petter Strandmark 2013.
#ifndef SPII_DYNAMIC_AUTO_DIFF_TERM_H
#define SPII_DYNAMIC_AUTO_DIFF_TERM_H
//
Expand Down

0 comments on commit 9018f80

Please sign in to comment.