Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cs598mp-fall2021-proj
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
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
chsieh16
cs598mp-fall2021-proj
Commits
f6b8603e
Commit
f6b8603e
authored
2 years ago
by
aastorg2
Browse files
Options
Downloads
Patches
Plain Diff
fixing print statements
parent
7a306618
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
c50exact/contin.c
+3
-3
3 additions, 3 deletions
c50exact/contin.c
with
3 additions
and
3 deletions
c50exact/contin.c
+
3
−
3
View file @
f6b8603e
...
...
@@ -913,9 +913,9 @@ void EvalContinuousAttAlg3(Attribute Att, CaseNo Fp, CaseNo Lp)
}
printf
(
"angello1
\n
"
);
printf
(
"angello Bar: %3f
\n
"
,
Bar
[
Att
]);
printf
(
"angello HighVal
\n
: %3f"
,
GEnv
.
HighVal
);
printf
(
"angello
\n
: %3f"
,
GEnv
.
LowVal
);
printf
(
"angello
1
Bar
[Att]
: %3f
\n
"
,
Bar
[
Att
]);
printf
(
"angello
1 GEnv
HighVal
\n
: %3f"
,
GEnv
.
HighVal
);
printf
(
"angello
1
\n
: %3f"
,
GEnv
.
LowVal
);
Verbosity
(
2
,
fprintf
(
Of
,
"
\t
Att %s
\t
cut=%.3f, inf %.3f, gain %.3f
\n
"
,
AttName
[
Att
],
Bar
[
Att
],
Info
[
Att
],
Gain
[
Att
]))
...
...
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