Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Backofen, Rainer
amdis
Commits
c7d79308
Commit
c7d79308
authored
Jun 18, 2015
by
Siqi Ling
Browse files
do not forget the lovely io/Writer.h
parent
d5add584
Changes
2
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/io/Reader.h
View file @
c7d79308
...
...
@@ -77,6 +77,8 @@ namespace AMDiS
{
if
(
Arh2Reader
::
isReadable
(
filename
))
Arh2Reader
::
readFile
(
filename
,
container
);
else
if
(
Arh3Reader
::
isReadable
(
filename
))
Arh3Reader
::
readFile
(
filename
,
container
);
else
ArhReader
::
readFile
(
filename
,
container
);
}
...
...
AMDiS/src/io/Writer.h
View file @
c7d79308
...
...
@@ -28,7 +28,7 @@
#include
"DOFVector.h"
#include
"SystemVector.h"
#include
"Arh
2
Writer.h"
#include
"Arh
3
Writer.h"
#include
"DataCollector.h"
#include
"DofWriter.h"
#include
"GNUPlotWriter.h"
...
...
@@ -74,7 +74,7 @@ namespace AMDiS
}
else
if
(
ext
==
".arh"
)
{
Arh
2
Writer
::
writeFile
(
container
,
filename
);
Arh
3
Writer
::
writeFile
(
container
,
filename
);
}
else
if
(
ext
==
".dat"
)
{
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment