Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
PaMPA
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PaMPA
PaMPA
Commits
efd0247e
Commit
efd0247e
authored
Mar 15, 2018
by
LACHAT Cedric
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug fixed
parent
cddbf553
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
src/libpampa/dmesh_redist.c
src/libpampa/dmesh_redist.c
+0
-5
No files found.
src/libpampa/dmesh_redist.c
View file @
efd0247e
...
...
@@ -616,11 +616,6 @@ dmeshRedistFull (
memCpy
(
srcvaluloctmp
+
bvrtlocnum
*
typesiz
,
(
byte
*
)
valulocptr
->
valuloctab
+
(
vertlocnum
-
baseval
)
*
typesiz
,
typesiz
);
}
if
((
cheklocval
=
dmeshValueLink
(
dstmeshptr
,
(
void
**
)
&
dstvaluloctmp
,
(
valulocptr
->
flagval
&
~
PAMPA_VALUE_ALLOCATED
),
&
dummy
,
&
dummy2
,
valulocptr
->
typeval
,
enttlocnum
,
valulocptr
->
tagnum
))
!=
0
)
{
memFree
(
srcvaluloctmp
);
return
(
cheklocval
);
}
CHECK_FERR
(
dmeshValueLink
(
dstmeshptr
,
(
void
**
)
&
dstvaluloctmp
,
(
valulocptr
->
flagval
&
~
PAMPA_VALUE_ALLOCATED
),
&
dummy
,
&
dummy2
,
valulocptr
->
typeval
,
enttlocnum
,
valulocptr
->
tagnum
),
srcmeshptr
->
proccomm
);
if
(
dstpermloctx2
==
NULL
)
{
dstvaluloctm2
=
dstvaluloctmp
;
...
...
LUX Benjamin
@belux
mentioned in issue
#5
·
Mar 30, 2018
mentioned in issue
#5
mentioned in issue #5
Toggle commit list
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