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
0e90a1f1
Commit
0e90a1f1
authored
12 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
f07eec86
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Common/GmshMessage.cpp
+3
-4
3 additions, 4 deletions
Common/GmshMessage.cpp
doc/VERSIONS.txt
+2
-1
2 additions, 1 deletion
doc/VERSIONS.txt
with
5 additions
and
5 deletions
Common/GmshMessage.cpp
+
3
−
4
View file @
0e90a1f1
...
@@ -685,10 +685,9 @@ void Msg::ExchangeOnelabParameter(const std::string &key,
...
@@ -685,10 +685,9 @@ void Msg::ExchangeOnelabParameter(const std::string &key,
if
(
fopt
.
count
(
"Visible"
))
ps
[
0
].
setVisible
(
fopt
[
"Visible"
][
0
]
?
true
:
false
);
if
(
fopt
.
count
(
"Visible"
))
ps
[
0
].
setVisible
(
fopt
[
"Visible"
][
0
]
?
true
:
false
);
if
(
fopt
.
count
(
"ReadOnly"
))
{
if
(
fopt
.
count
(
"ReadOnly"
))
{
ps
[
0
].
setReadOnly
(
fopt
[
"ReadOnly"
][
0
]
?
true
:
false
);
ps
[
0
].
setReadOnly
(
fopt
[
"ReadOnly"
][
0
]
?
true
:
false
);
// If the parameter is set "read-only" here,
// If the parameter is set "read-only" here, the local value is used instead
// the local value is used instead of that from the server
// of that from the server
if
(
ps
[
0
].
getReadOnly
())
if
(
ps
[
0
].
getReadOnly
())
ps
[
0
].
setValue
(
val
[
0
]);
ps
[
0
].
setValue
(
val
[
0
]);
}
}
if
(
copt
.
count
(
"Help"
))
ps
[
0
].
setHelp
(
copt
[
"Help"
][
0
]);
if
(
copt
.
count
(
"Help"
))
ps
[
0
].
setHelp
(
copt
[
"Help"
][
0
]);
if
(
copt
.
count
(
"Label"
))
ps
[
0
].
setLabel
(
copt
[
"Label"
][
0
]);
if
(
copt
.
count
(
"Label"
))
ps
[
0
].
setLabel
(
copt
[
"Label"
][
0
]);
...
...
This diff is collapsed.
Click to expand it.
doc/VERSIONS.txt
+
2
−
1
View file @
0e90a1f1
...
@@ -7,7 +7,8 @@ field export; new experimental stereo+camera visualization mode; added
...
@@ -7,7 +7,8 @@ field export; new experimental stereo+camera visualization mode; added
experimental BAMG & MMG3D support for anisotropic mesh generation; new OCC cut &
experimental BAMG & MMG3D support for anisotropic mesh generation; new OCC cut &
merge algorithm imported from Salome; new ability to connect extruded meshes to
merge algorithm imported from Salome; new ability to connect extruded meshes to
tetrahedral grids using pyramids; new homology solver; Abaqus (INP) mesh export;
tetrahedral grids using pyramids; new homology solver; Abaqus (INP) mesh export;
bug fixes and small improvements all over the place.
new Python and Java wrappers; bug fixes and small improvements all over the
place.
2.5.0 (Oct 15, 2010): new compound geometrical entities (for remeshing and/or
2.5.0 (Oct 15, 2010): new compound geometrical entities (for remeshing and/or
trans-patch meshing); improved mesh reclassification tool; new client/server
trans-patch meshing); improved mesh reclassification tool; new client/server
...
...
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