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
53081bd4
Commit
53081bd4
authored
18 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
small things
parent
12db5ad0
No related branches found
No related tags found
No related merge requests found
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
Geo/GModelIO_MED.cpp
+4
-1
4 additions, 1 deletion
Geo/GModelIO_MED.cpp
Geo/GModelIO_MED.h
+22
-0
22 additions, 0 deletions
Geo/GModelIO_MED.h
Geo/GeoStringInterface.cpp
+7
-7
7 additions, 7 deletions
Geo/GeoStringInterface.cpp
benchmarks/2d/wing-splines.geo
+539
-536
539 additions, 536 deletions
benchmarks/2d/wing-splines.geo
with
572 additions
and
544 deletions
Geo/GModelIO_MED.cpp
+
4
−
1
View file @
53081bd4
// $Id: GModelIO_MED.cpp,v 1.
2
2007-0
1-29 17:16:02
geuzaine Exp $
// $Id: GModelIO_MED.cpp,v 1.
3
2007-0
2-03 11:21:40
geuzaine Exp $
//
//
// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
//
//
...
@@ -18,6 +18,9 @@
...
@@ -18,6 +18,9 @@
// USA.
// USA.
//
//
// Please report all bugs and problems to <gmsh@geuz.org>.
// Please report all bugs and problems to <gmsh@geuz.org>.
//
// Contributor(s):
// Pascale Noyret
#include
<map>
#include
<map>
#include
<string>
#include
<string>
...
...
This diff is collapsed.
Click to expand it.
Geo/GModelIO_MED.h
+
22
−
0
View file @
53081bd4
#ifndef _GMODELIO_MED_H_
#ifndef _GMODELIO_MED_H_
#define _GMODELIO_MED_H_
#define _GMODELIO_MED_H_
// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
// USA.
//
// Please report all bugs and problems to <gmsh@geuz.org>.
//
// Contributor(s):
// Pascale Noyret
#include
<string>
#include
<string>
#include
<map>
#include
<map>
#include
<vector>
#include
<vector>
...
...
This diff is collapsed.
Click to expand it.
Geo/GeoStringInterface.cpp
+
7
−
7
View file @
53081bd4
// $Id: GeoStringInterface.cpp,v 1.
5
2007-02-0
2 23:50:33
geuzaine Exp $
// $Id: GeoStringInterface.cpp,v 1.
6
2007-02-0
3 11:21:40
geuzaine Exp $
//
//
// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
//
//
...
@@ -114,12 +114,12 @@ void add_infile(char *text, char *fich, bool deleted_something)
...
@@ -114,12 +114,12 @@ void add_infile(char *text, char *fich, bool deleted_something)
if
(
strlen
(
ext
)
&&
strcmp
(
ext
,
".geo"
)
&&
strcmp
(
ext
,
".GEO"
)){
if
(
strlen
(
ext
)
&&
strcmp
(
ext
,
".geo"
)
&&
strcmp
(
ext
,
".GEO"
)){
char
question
[
1024
];
char
question
[
1024
];
sprintf
(
question
,
sprintf
(
question
,
"Are you sure you want to append a scripting command
\n
"
"Are you sure you want to append a scripting command
to a
\n
"
"
to a
non-geometry
(`.geo')
file?
\n\n
"
"non-geometry file?
\n\n
"
"If not, you should
creat
e a `.geo' file
and merge
\n
"
"If not, you should
us
e a `.geo' file
containing the command
\n
"
"
`%s' in it first
.
\n\n
"
"
Merge
\"
%s
\"
.
\n\n
"
"(To disable this warning in the future, select `Enable
\n
"
"(To disable this warning in the future, select `Enable
expert
\n
"
"
expert
mode' in the option dialog.)"
,
fich
);
"mode' in the option dialog.)"
,
fich
);
if
(
!
GetBinaryAnswer
(
question
,
"Append"
,
"Cancel"
,
false
)){
if
(
!
GetBinaryAnswer
(
question
,
"Append"
,
"Cancel"
,
false
)){
fclose
(
file
);
fclose
(
file
);
return
;
return
;
...
...
This diff is collapsed.
Click to expand it.
benchmarks/2d/wing-splines.geo
+
539
−
536
View file @
53081bd4
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