Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
spm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
solverstack
spm
Commits
77cf5962
Commit
77cf5962
authored
6 years ago
by
Mathieu Faverge
Browse files
Options
Downloads
Patches
Plain Diff
Relace a bit the constraint on the norm test as it was failing for an error at 1e-16
parent
2605c92c
No related branches found
No related tags found
1 merge request
!7
Factorize the extended laplacian code
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/spm_tests.h
+1
-1
1 addition, 1 deletion
tests/spm_tests.h
with
1 addition
and
1 deletion
tests/spm_tests.h
+
1
−
1
View file @
77cf5962
...
...
@@ -91,7 +91,7 @@ static inline int
spm_norm_print_result
(
double
norms
,
double
normd
,
double
result
)
{
int
rc
=
0
;
if
(
(
result
>=
0
.)
&&
(
result
<
1
.)
)
{
if
(
(
result
>=
0
.)
&&
(
result
<
1
0
.)
)
{
printf
(
"SUCCESS !
\n
"
);
}
else
{
printf
(
"FAILED !
\n
"
);
...
...
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