-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generalized freeze subroutine #108
base: master
Are you sure you want to change the base?
Conversation
Maybe I am wrong, but I think that the vector FREEZEID is never deallocated. I suggest taking a look at that. |
Codecov Report
@@ Coverage Diff @@
## master #108 +/- ##
========================================
- Coverage 46.1% 46.1% -0.1%
========================================
Files 200 200
Lines 16321 16333 +12
========================================
+ Hits 7528 7532 +4
- Misses 8793 8801 +8
Continue to review full report at Codecov.
|
I need them in memory during the execution of the code.
…On Tue, May 28, 2019 at 10:47 AM Nestor F. Aguirre ***@***.***> wrote:
Maybe I am wrong, but I think that the vector FREEZEID is never
deallocated. I suggest taking a look at that.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#108?email_source=notifications&email_token=AD2CLNN56EFNCY4YYKTVG7LPXVO27A5CNFSM4HQFGLHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWMXTZI#issuecomment-496597477>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AD2CLNNY2YXEEKORTQQ46GLPXVO27ANCNFSM4HQFGLHA>
.
--
Dr. Christian F. A . Negre
LOS ALAMOS NATIONAL LABORATORY
T-1 Division, Mail Stop B221
Los Alamos, NM 87545
|
DO I = 1,NFREEZE | ||
READ(444,*)FREEZEID(I) | ||
READ(444,*)FREEZEID(I), FREEZEIDX(I), FREEZEIDY(I), FREEZEIDZ(I) | ||
FREEZEIDX(I) = 1 - FREEZEIDX(I) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add a check that FREEZEID[XYZ]
is really in [0, 1]
?
Generalized freeze subroutine.