Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kirill Terekhov
INMOST
Commits
e0f04244
Commit
e0f04244
authored
Apr 28, 2016
by
Kirill Terekhov
Browse files
Small bug
parent
fa59a2c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/Headers/inmost_dense.h
View file @
e0f04244
...
...
@@ -786,6 +786,7 @@ namespace INMOST
case
1
:
//scalar permeability tensor
Kc
.
Zero
();
Kc
(
0
,
0
)
=
Kc
(
1
,
1
)
=
Kc
(
2
,
2
)
=
K
[
0
];
break
;
case
3
:
Kc
.
Zero
();
//diagonal permeability tensor
Kc
(
0
,
0
)
=
K
[
0
];
//KXX
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment