Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-uggrid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
staging
dune-uggrid
Commits
04c9a7f5
Commit
04c9a7f5
authored
17 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
more consts to calm gcc 4.2
[[Imported from SVN: r8322]]
parent
6fdf4e20
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
np/udm/npscan.c
+1
-1
1 addition, 1 deletion
np/udm/npscan.c
np/udm/npscan.h
+1
-1
1 addition, 1 deletion
np/udm/npscan.h
np/udm/pcr.c
+1
-1
1 addition, 1 deletion
np/udm/pcr.c
np/udm/pcr.h
+1
-1
1 addition, 1 deletion
np/udm/pcr.h
with
4 additions
and
4 deletions
np/udm/npscan.c
+
1
−
1
View file @
04c9a7f5
...
...
@@ -951,7 +951,7 @@ INT NS_DIM_PREFIX ReadVecTypeOrder (const FORMAT *fmt, char *str, INT n, INT Max
*/
/****************************************************************************/
INT
NS_DIM_PREFIX
ReadVecTypeNUMPROCs
(
const
MULTIGRID
*
theMG
,
char
*
str
,
char
*
class_name
,
INT
n
,
INT
nNUMPROC
[
MAXVECTORS
],
NP_BASE
*
theNUMPROCs
[][
MAXVECTORS
])
INT
NS_DIM_PREFIX
ReadVecTypeNUMPROCs
(
const
MULTIGRID
*
theMG
,
char
*
str
,
const
char
*
class_name
,
INT
n
,
INT
nNUMPROC
[
MAXVECTORS
],
NP_BASE
*
theNUMPROCs
[][
MAXVECTORS
])
{
FORMAT
*
fmt
;
char
*
s
,
*
tok
,
*
typetok
[
MAXVECTORS
];
...
...
This diff is collapsed.
Click to expand it.
np/udm/npscan.h
+
1
−
1
View file @
04c9a7f5
...
...
@@ -104,7 +104,7 @@ NP_BASE *ReadArgvNumProc (MULTIGRID *theMG, const char *n
INT
ReadVecTypeINTs
(
const
FORMAT
*
fmt
,
char
*
str
,
INT
n
,
INT
nINT
[
MAXVECTORS
],
INT
theINTs
[][
MAXVECTORS
]);
INT
ReadVecTypeDOUBLEs
(
const
FORMAT
*
fmt
,
char
*
str
,
INT
n
,
INT
nDOUBLE
[
MAXVECTORS
],
DOUBLE
theDOUBLEs
[][
MAXVECTORS
]);
INT
ReadVecTypeOrder
(
const
FORMAT
*
fmt
,
char
*
str
,
INT
n
,
INT
MaxPerType
,
INT
*
nOrder
,
INT
theOrder
[]);
INT
ReadVecTypeNUMPROCs
(
const
MULTIGRID
*
theMG
,
char
*
str
,
char
*
class_name
,
INT
n
,
INT
nNUMPROC
[
MAXVECTORS
],
NP_BASE
*
theNUMPROCs
[][
MAXVECTORS
]);
INT
ReadVecTypeNUMPROCs
(
const
MULTIGRID
*
theMG
,
char
*
str
,
const
char
*
class_name
,
INT
n
,
INT
nNUMPROC
[
MAXVECTORS
],
NP_BASE
*
theNUMPROCs
[][
MAXVECTORS
]);
/* tools for VEC_SCALAR */
INT
sc_read
(
VEC_SCALAR
x
,
const
FORMAT
*
fmt
,
const
VECDATA_DESC
*
theVD
,
const
char
*
name
,
INT
argc
,
char
**
argv
);
...
...
This diff is collapsed.
Click to expand it.
np/udm/pcr.c
+
1
−
1
View file @
04c9a7f5
...
...
@@ -409,7 +409,7 @@ INT NS_DIM_PREFIX PrepareEPCR (EVECDATA_DESC *Vsym, INT DispMode, const char *te
*/
/*************************************************************************/
INT
NS_DIM_PREFIX
PostPCR
(
INT
ID
,
char
*
path
)
INT
NS_DIM_PREFIX
PostPCR
(
INT
ID
,
const
char
*
path
)
{
INT
i
;
char
name
[
10
];
...
...
This diff is collapsed.
Click to expand it.
np/udm/pcr.h
+
1
−
1
View file @
04c9a7f5
...
...
@@ -80,7 +80,7 @@ INT GetStrINTinRange (const char *str
INT
GetStrDOUBLEinRange
(
const
char
*
str
,
DOUBLE
min
,
DOUBLE
max
,
DOUBLE
*
value
);
INT
PreparePCR
(
VECDATA_DESC
*
Vsym
,
INT
DispMode
,
const
char
*
text
,
INT
*
ID
);
INT
PrepareEPCR
(
EVECDATA_DESC
*
Vsym
,
INT
DispMode
,
const
char
*
text
,
INT
*
ID
);
INT
PostPCR
(
INT
ID
,
char
*
path
);
INT
PostPCR
(
INT
ID
,
const
char
*
path
);
INT
DoPCR
(
INT
ID
,
VEC_SCALAR
Defect
,
INT
PrintMode
);
END_UGDIM_NAMESPACE
...
...
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