Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
utils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
utils
Commits
c3ab600a
Commit
c3ab600a
authored
22 years ago
by
Mark Jenkinson
Browse files
Options
Downloads
Patches
Plain Diff
Fixed include paths for headers
parent
61a83750
No related branches found
No related tags found
No related merge requests found
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
Log.cc
+4
-0
4 additions, 0 deletions
Log.cc
log.h
+5
-0
5 additions, 0 deletions
log.h
options.h
+4
-0
4 additions, 0 deletions
options.h
time_tracer.cc
+5
-0
5 additions, 0 deletions
time_tracer.cc
time_tracer.h
+7
-0
7 additions, 0 deletions
time_tracer.h
tracer_plus.h
+5
-0
5 additions, 0 deletions
tracer_plus.h
with
30 additions
and
0 deletions
Log.cc
+
4
−
0
View file @
c3ab600a
...
@@ -7,6 +7,10 @@
...
@@ -7,6 +7,10 @@
/* CCOPYRIGHT */
/* CCOPYRIGHT */
#include
"Log.h"
#include
"Log.h"
#include
<iostream>
#include
<fstream>
#include
<strstream>
#include
<string>
namespace
Utilities
{
namespace
Utilities
{
...
...
This diff is collapsed.
Click to expand it.
log.h
+
5
−
0
View file @
c3ab600a
...
@@ -17,6 +17,11 @@ determining streaming to the Logfile and/or cout. */
...
@@ -17,6 +17,11 @@ determining streaming to the Logfile and/or cout. */
#if !defined(log_h)
#if !defined(log_h)
#define log_h
#define log_h
#include
<iostream>
#include
<fstream>
#include
<string>
#include
<iomanip>
#include
<strstream>
#include
"newmat/newmatap.h"
#include
"newmat/newmatap.h"
#include
"newmat/newmatio.h"
#include
"newmat/newmatio.h"
...
...
This diff is collapsed.
Click to expand it.
options.h
+
4
−
0
View file @
c3ab600a
...
@@ -2,6 +2,10 @@
...
@@ -2,6 +2,10 @@
#if !defined(OPTIONS_H)
#if !defined(OPTIONS_H)
#define OPTIONS_H
#define OPTIONS_H
#include
<stdexcept>
#include
<string>
#include
<vector>
#include
<iostream>
#define POSIX_SOURCE 1
#define POSIX_SOURCE 1
...
...
This diff is collapsed.
Click to expand it.
time_tracer.cc
+
5
−
0
View file @
c3ab600a
...
@@ -7,6 +7,11 @@
...
@@ -7,6 +7,11 @@
/* CCOPYRIGHT */
/* CCOPYRIGHT */
#include
"time_tracer.h"
#include
"time_tracer.h"
#include
<iostream>
#include
<fstream>
#include
<strstream>
#include
<string>
#include
<set>
namespace
Utilities
{
namespace
Utilities
{
...
...
This diff is collapsed.
Click to expand it.
time_tracer.h
+
7
−
0
View file @
c3ab600a
...
@@ -9,6 +9,13 @@
...
@@ -9,6 +9,13 @@
#if !defined(Time_Tracer_h)
#if !defined(Time_Tracer_h)
#define Time_Tracer_h
#define Time_Tracer_h
#include
<iostream>
#include
<fstream>
#include
<string>
#include
<time.h>
#include
<set>
#include
<stack>
#include
<iterator>
using
namespace
std
;
using
namespace
std
;
...
...
This diff is collapsed.
Click to expand it.
tracer_plus.h
+
5
−
0
View file @
c3ab600a
...
@@ -9,6 +9,11 @@
...
@@ -9,6 +9,11 @@
#if !defined(Tracer_Plus_h)
#if !defined(Tracer_Plus_h)
#define Tracer_Plus_h
#define Tracer_Plus_h
#include
<iostream>
#include
<fstream>
#include
<string>
#include
<time.h>
#include
<set>
#include
"newmat/newmatap.h"
#include
"newmat/newmatap.h"
#include
"newmat/newmatio.h"
#include
"newmat/newmatio.h"
#include
"time_tracer.h"
#include
"time_tracer.h"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment