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
a8035a48
Commit
a8035a48
authored
13 years ago
by
Francois Henrotte
Browse files
Options
Downloads
Patches
Plain Diff
corrected typo
parent
d0a5271c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Post/PViewData.h
+2
-3
2 additions, 3 deletions
Post/PViewData.h
with
2 additions
and
3 deletions
Post/PViewData.h
+
2
−
3
View file @
a8035a48
...
@@ -124,7 +124,7 @@ class PViewData {
...
@@ -124,7 +124,7 @@ class PViewData {
double
x
,
double
y
,
double
z
);
double
x
,
double
y
,
double
z
);
virtual
void
tagNode
(
int
step
,
int
ent
,
int
ele
,
int
nod
,
int
tag
){}
virtual
void
tagNode
(
int
step
,
int
ent
,
int
ele
,
int
nod
,
int
tag
){}
// return the number of componts available for the ele-th element in
// return the number of compon
en
ts available for the ele-th element in
// the ent-th entity
// the ent-th entity
virtual
int
getNumComponents
(
int
step
,
int
ent
,
int
ele
){
return
0
;
}
virtual
int
getNumComponents
(
int
step
,
int
ent
,
int
ele
){
return
0
;
}
...
@@ -228,8 +228,7 @@ class PViewData {
...
@@ -228,8 +228,7 @@ class PViewData {
// I/O routines
// I/O routines
virtual
bool
writeSTL
(
std
::
string
fileName
);
virtual
bool
writeSTL
(
std
::
string
fileName
);
virtual
bool
writeTXT
(
std
::
string
fileName
);
virtual
bool
writeTXT
(
std
::
string
fileName
);
virtual
bool
writePOS
(
std
::
string
fileName
,
bool
binary
=
false
,
bool
parsed
=
true
,
virtual
bool
writePOS
(
std
::
string
fileName
,
bool
binary
=
false
,
bool
parsed
=
true
,
bool
append
=
false
);
bool
append
=
false
);
virtual
bool
writeMSH
(
std
::
string
fileName
,
bool
binary
=
false
,
bool
savemesh
=
true
);
virtual
bool
writeMSH
(
std
::
string
fileName
,
bool
binary
=
false
,
bool
savemesh
=
true
);
virtual
bool
writeMED
(
std
::
string
fileName
);
virtual
bool
writeMED
(
std
::
string
fileName
);
};
};
...
...
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