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
26bffd76
Commit
26bffd76
authored
12 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
missing copyright
parent
28a93628
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Common/onelab.h
+3
-2
3 additions, 2 deletions
Common/onelab.h
Geo/GModel.h
+2
-1
2 additions, 1 deletion
Geo/GModel.h
contrib/onelab/python/onelab.py
+29
-4
29 additions, 4 deletions
contrib/onelab/python/onelab.py
with
34 additions
and
7 deletions
Common/onelab.h
+
3
−
2
View file @
26bffd76
// OneLab - Copyright (C) 2011-201
2
ULg-UCL
// OneLab - Copyright (C) 2011-201
3
ULg-UCL
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
...
...
@@ -22,7 +22,8 @@
// ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
// OF THIS SOFTWARE.
//
// Please report all bugs and problems to the public mailing list <gmsh@geuz.org>.
// Please report all bugs and problems to the public mailing list
// <gmsh@geuz.org>.
#ifndef _ONELAB_H_
#define _ONELAB_H_
...
...
This diff is collapsed.
Click to expand it.
Geo/GModel.h
+
2
−
1
View file @
26bffd76
...
...
@@ -18,6 +18,7 @@
#include
"SPoint3.h"
#include
"SBoundingBox3d.h"
#include
"boundaryLayersData.h"
template
<
class
scalar
>
class
simpleFunction
;
class
FM_Internals
;
...
...
@@ -154,7 +155,7 @@ class GModel
// boundary layer columns i.e. list of vertices that form columns
// in boundary layers
BoundaryLayerColumns
_columns
;
BoundaryLayerColumns
_columns
;
public:
GModel
(
std
::
string
name
=
""
);
...
...
This diff is collapsed.
Click to expand it.
contrib/onelab/python/onelab.py
+
29
−
4
View file @
26bffd76
"""
OneLab - Copyright (C) 2011-2013 ULg-UCL
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the
"
Software
"
), to deal in the Software without
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, and/or sell copies of the
Software, and to permit persons to whom the Software is furnished
to do so, provided that the above copyright notice(s) and this
permission notice appear in all copies of the Software and that
both the above copyright notice(s) and this permission notice
appear in supporting documentation.
THE SOFTWARE IS PROVIDED
"
AS IS
"
, WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR
ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY
DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
OF THIS SOFTWARE.
Please report all bugs and problems to the public mailing list
<gmsh@geuz.org>.
"""
import
socket
,
struct
,
os
,
sys
_VERSION
=
'
1.05
'
...
...
@@ -280,7 +309,3 @@ class client :
if
self
.
socket
:
self
.
_send
(
self
.
_GMSH_STOP
,
'
Goodbye!
'
)
self
.
socket
.
close
()
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