mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Add include guards to Rootfinder.hh. #1097
This commit is contained in:
parent
8a015b3621
commit
7ce4514f74
@ -1,3 +1,5 @@
|
||||
#ifndef ROOTFINDER_HH
|
||||
#define ROOTFINDER_HH
|
||||
#include <iostream>
|
||||
|
||||
typedef enum {
|
||||
@ -27,3 +29,4 @@ class RootFinder {
|
||||
SlopeConstraint slope_constraint;
|
||||
SlopeConstraint f_slope;
|
||||
};
|
||||
#endif /* ROOTFINDER_HH */
|
||||
|
Loading…
Reference in New Issue
Block a user