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
a493cd9a
Commit
a493cd9a
authored
16 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
61b6a09d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Common/CreateFile.h
+1
-0
1 addition, 0 deletions
Common/CreateFile.h
Geo/GEdge.h
+1
-1
1 addition, 1 deletion
Geo/GEdge.h
doc/TODO.txt
+5
-1
5 additions, 1 deletion
doc/TODO.txt
with
7 additions
and
2 deletions
Common/CreateFile.h
+
1
−
0
View file @
a493cd9a
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
//
//
// See the LICENSE.txt file for license information. Please report all
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>.
// bugs and problems to <gmsh@geuz.org>.
#ifndef _CREATE_FILE_H_
#ifndef _CREATE_FILE_H_
#define _CREATE_FILE_H_
#define _CREATE_FILE_H_
...
...
This diff is collapsed.
Click to expand it.
Geo/GEdge.h
+
1
−
1
View file @
a493cd9a
...
@@ -151,7 +151,7 @@ class GEdge : public GEntity {
...
@@ -151,7 +151,7 @@ class GEdge : public GEntity {
// try to reparametrise the point on the edge
// try to reparametrise the point on the edge
virtual
double
parFromPoint
(
const
SVector3
&
Q
)
const
;
virtual
double
parFromPoint
(
const
SVector3
&
Q
)
const
;
virtual
bool
XYZToU
(
const
SVector3
&
Q
,
double
&
t
,
double
relax
=
0.5
)
const
;
virtual
bool
XYZToU
(
const
SVector3
&
Q
,
double
&
t
,
const
double
relax
=
0.5
)
const
;
struct
{
struct
{
char
Method
;
char
Method
;
...
...
This diff is collapsed.
Click to expand it.
doc/TODO.txt
+
5
−
1
View file @
a493cd9a
$Id: TODO.txt,v 1.19 2009-03-08 19:12:34 geuzaine Exp $
$Id: TODO.txt,v 1.20 2009-03-10 12:06:14 geuzaine Exp $
********************************************************************
define HAVE_NO_MESH to remove mesh algorithms from build
********************************************************************
********************************************************************
...
...
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