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
Aland, Sebastian
amdis
Commits
41f5850e
Commit
41f5850e
authored
Oct 21, 2015
by
Siqi Ling
Browse files
change in arh, parh file. update with meshconv
parent
1641e793
Changes
2
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/io/detail/Arh3Reader.cc
View file @
41f5850e
...
...
@@ -681,7 +681,7 @@ namespace AMDiS { namespace io {
cps
==
Cpsformat
::
NONE
)
(
"Cannot read Arh2 file. Currently only support zlib and bzip2 compression.
\n
"
);
#else
TEST_EXIT
(
cps
==
NONE
)
TEST_EXIT
(
cps
==
Cpsformat
::
NONE
)
(
"HAVE_COMPRESSION OFF. Cannot read compressed Arh2 file.
\n
"
);
#endif
...
...
AMDiS/src/io/detail/Arh3Writer.cc
View file @
41f5850e
...
...
@@ -333,7 +333,7 @@ namespace AMDiS { namespace io {
macroFile_nl
;
//macroFile
string
typeId
=
"sarh"
;
#ifndef HAVE_COMPRESSION
cps
=
NONE
;
cps
=
Cpsformat
::
NONE
;
#endif
uint8_t
*
major
=
const_cast
<
uint8_t
*>
(
&
(
AMDiS
::
io
::
Arh3Reader
::
MAJOR
));
uint8_t
*
minor
=
const_cast
<
uint8_t
*>
(
&
(
AMDiS
::
io
::
Arh3Reader
::
MINOR
));
...
...
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