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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
8631cddc
Commit
8631cddc
authored
May 4, 2008
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
07e894d0
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Geo/GModelIO_Geo.cpp
+2
-2
2 additions, 2 deletions
Geo/GModelIO_Geo.cpp
Post/PViewIO.cpp
+2
-2
2 additions, 2 deletions
Post/PViewIO.cpp
with
4 additions
and
4 deletions
Geo/GModelIO_Geo.cpp
+
2
−
2
View file @
8631cddc
// $Id: GModelIO_Geo.cpp,v 1.2
1
2008-05-04
08:31:1
3 geuzaine Exp $
// $Id: GModelIO_Geo.cpp,v 1.2
2
2008-05-04
15:43:0
3 geuzaine Exp $
//
//
// Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
// Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
//
//
...
@@ -45,7 +45,7 @@ void GModel::_deleteGEOInternals()
...
@@ -45,7 +45,7 @@ void GModel::_deleteGEOInternals()
int
GModel
::
readGEO
(
const
std
::
string
&
name
)
int
GModel
::
readGEO
(
const
std
::
string
&
name
)
{
{
ParseFile
(
(
char
*
)
name
.
c_str
(),
1
);
ParseFile
(
name
.
c_str
(),
1
);
return
importGEOInternals
();
return
importGEOInternals
();
}
}
...
...
...
...
This diff is collapsed.
Click to expand it.
Post/PViewIO.cpp
+
2
−
2
View file @
8631cddc
// $Id: PViewIO.cpp,v 1.
6
2008-05-04
08:31:24
geuzaine Exp $
// $Id: PViewIO.cpp,v 1.
7
2008-05-04
15:43:03
geuzaine Exp $
//
//
// Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
// Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
//
//
...
@@ -246,7 +246,7 @@ bool PView::readMED(std::string fileName, int fileIndex)
...
@@ -246,7 +246,7 @@ bool PView::readMED(std::string fileName, int fileIndex)
med_int
numFields
=
MEDnChamp
(
fid
,
0
);
med_int
numFields
=
MEDnChamp
(
fid
,
0
);
if
(
MEDfermer
(
fid
)
<
0
){
if
(
MEDfermer
(
fid
)
<
0
){
Msg
::
Error
(
"Unable to close file '%s'"
,
(
char
*
)
fileName
.
c_str
());
Msg
::
Error
(
"Unable to close file '%s'"
,
fileName
.
c_str
());
return
false
;
return
false
;
}
}
...
...
...
...
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