Skip to content
Snippets Groups Projects
Commit 0e90a1f1 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent f07eec86
Branches
Tags
No related merge requests found
......@@ -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("ReadOnly")) {
ps[0].setReadOnly(fopt["ReadOnly"][0] ? true : false);
// If the parameter is set "read-only" here,
// the local value is used instead of that from the server
if(ps[0].getReadOnly())
ps[0].setValue(val[0]);
// If the parameter is set "read-only" here, the local value is used instead
// of that from the server
if(ps[0].getReadOnly()) ps[0].setValue(val[0]);
}
if(copt.count("Help")) ps[0].setHelp(copt["Help"][0]);
if(copt.count("Label")) ps[0].setLabel(copt["Label"][0]);
......
......@@ -7,7 +7,8 @@ field export; new experimental stereo+camera visualization mode; added
experimental BAMG & MMG3D support for anisotropic mesh generation; new OCC cut &
merge algorithm imported from Salome; new ability to connect extruded meshes to
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
trans-patch meshing); improved mesh reclassification tool; new client/server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment