Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
8c2ccb57
Commit
8c2ccb57
authored
10 years ago
by
Jonathan Lambrechts
Browse files
Options
Downloads
Patches
Plain Diff
gmm : const char* => char* because its value is modified (I think some
assignation are wrong though)
parent
e0ab3660
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/gmm/gmm_inoutput.h
+1
-1
1 addition, 1 deletion
contrib/gmm/gmm_inoutput.h
with
1 addition
and
1 deletion
contrib/gmm/gmm_inoutput.h
+
1
−
1
View file @
8c2ccb57
...
@@ -362,7 +362,7 @@ namespace gmm {
...
@@ -362,7 +362,7 @@ namespace gmm {
const
double
exact
[],
const
char
*
Title
,
const
double
exact
[],
const
char
*
Title
,
const
char
*
Key
,
const
char
*
Type
,
const
char
*
Key
,
const
char
*
Type
,
const
char
*
Ptrfmt
,
const
char
*
Indfmt
,
const
char
*
Ptrfmt
,
const
char
*
Indfmt
,
const
char
*
Valfmt
,
const
char
*
Rhsfmt
,
char
*
Valfmt
,
char
*
Rhsfmt
,
const
char
*
Rhstype
,
int
shift
)
{
const
char
*
Rhstype
,
int
shift
)
{
/************************************************************************/
/************************************************************************/
/* The writeHB function opens the named file and writes the specified */
/* The writeHB function opens the named file and writes the specified */
...
...
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