Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Nektar
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
87
Issues
87
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
44
Merge Requests
44
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nektar
Nektar
Commits
34e8eb90
Commit
34e8eb90
authored
Sep 03, 2019
by
Zhenguo Yan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug win7 return
parent
fb6b07b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
library/MultiRegions/ExpList.cpp
library/MultiRegions/ExpList.cpp
+5
-2
No files found.
library/MultiRegions/ExpList.cpp
View file @
34e8eb90
...
...
@@ -2789,6 +2789,8 @@ namespace Nektar
{
ASSERTL0
(
false
,
"v_GetBndCondBwdWeight is not defined or valid for this class type"
);
static
Array
<
OneD
,
NekDouble
>
tmp
;
return
tmp
;
}
void
ExpList
::
v_SetBndCondBwdWeight
(
const
int
index
,
const
NekDouble
value
)
...
...
@@ -2802,7 +2804,8 @@ namespace Nektar
{
ASSERTL0
(
false
,
"This method is not defined or valid for this class type"
);
// return;
static
Array
<
OneD
,
Array
<
OneD
,
std
::
shared_ptr
<
ExpList
>>>
tmp
;
return
tmp
;
}
const
vector
<
bool
>
&
ExpList
::
v_GetLeftAdjacentFaces
(
void
)
const
...
...
@@ -2929,7 +2932,7 @@ namespace Nektar
ASSERTL0
(
false
,
"This method is not defined or valid for this class type"
);
}
void
ExpList
::
v_NormVectorIProductWRTBase
(
Array
<
OneD
,
Array
<
OneD
,
NekDouble
>
>
&
V
,
Array
<
OneD
,
NekDouble
>
&
outarray
)
...
...
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