Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Frida
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
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coenen, Joachim
Frida
Commits
31b1eddf
"README.md" did not exist on "60495f7e60434c3b0d9e08b8d3b913eb61e24808"
Commit
31b1eddf
authored
12 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
..
parent
8d7bbe79
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
pub/src/axis.h
+1
-1
1 addition, 1 deletion
pub/src/axis.h
pub/src/dualplot.h
+1
-0
1 addition, 0 deletions
pub/src/dualplot.h
pub/src/list.h
+2
-2
2 additions, 2 deletions
pub/src/list.h
pub/src/mem.h
+1
-1
1 addition, 1 deletion
pub/src/mem.h
with
5 additions
and
4 deletions
pub/src/axis.h
+
1
−
1
View file @
31b1eddf
...
@@ -16,7 +16,7 @@ class CAxis {
...
@@ -16,7 +16,7 @@ class CAxis {
bool
force
;
bool
force
;
CAxis
(
bool
_log
)
:
CAxis
(
bool
_log
)
:
logflag
(
_log
),
force
(
false
)
{
setAuto
();
}
;
logflag
(
_log
),
force
(
false
)
{
setAuto
();
}
void
setLog
(
bool
_log
);
void
setLog
(
bool
_log
);
...
...
This diff is collapsed.
Click to expand it.
pub/src/dualplot.h
+
1
−
0
View file @
31b1eddf
...
@@ -55,6 +55,7 @@ private:
...
@@ -55,6 +55,7 @@ private:
vector
<
string
>
ps_accu
;
// future output is accumulated here
vector
<
string
>
ps_accu
;
// future output is accumulated here
};
};
//! Direct access to plot windows collection.
//! Direct access to plot windows collection.
namespace
NPloWin
{
namespace
NPloWin
{
...
...
This diff is collapsed.
Click to expand it.
pub/src/list.h
+
2
−
2
View file @
31b1eddf
...
@@ -64,12 +64,12 @@ public:
...
@@ -64,12 +64,12 @@ public:
// inspect:
// inspect:
bool
evaluated
()
const
{
return
!
limneeded
||
limgiven
;
}
bool
evaluated
()
const
{
return
!
limneeded
||
limgiven
;
}
uint
size
()
const
{
return
V
.
size
();
}
;
uint
size
()
const
{
return
V
.
size
();
}
bool
contains
(
uint
val
)
const
;
bool
contains
(
uint
val
)
const
;
bool
all_between
(
int
imi
,
int
ima
);
bool
all_between
(
int
imi
,
int
ima
);
string
str
()
const
;
string
str
()
const
;
friend
ostream
&
operator
<<
(
ostream
&
s
,
CList
L
)
{
friend
ostream
&
operator
<<
(
ostream
&
s
,
CList
L
)
{
return
s
<<
L
.
str
();
}
;
return
s
<<
L
.
str
();
}
private
:
private
:
void
parse
(
string
inp
);
void
parse
(
string
inp
);
...
...
This diff is collapsed.
Click to expand it.
pub/src/mem.h
+
1
−
1
View file @
31b1eddf
...
@@ -75,4 +75,4 @@ namespace NOlm {
...
@@ -75,4 +75,4 @@ namespace NOlm {
//! Allow command to overwrite its input files?
//! Allow command to overwrite its input files?
extern
bool
overwrite
;
extern
bool
overwrite
;
};
};
// namespace NOlm
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