fix bug
This commit is contained in:
@ -51,9 +51,8 @@ void DumpAtom::init_style()
|
|||||||
if (format_line_user) {
|
if (format_line_user) {
|
||||||
format = utils::strdup(std::string(format_line_user) + "\n");
|
format = utils::strdup(std::string(format_line_user) + "\n");
|
||||||
} else {
|
} else {
|
||||||
char *str;
|
if (image_flag == 0) format = utils::strdup(TAGINT_FORMAT " %d %g %g %g\n");
|
||||||
if (image_flag == 0) format = utils::strdup(TAGINT_FORMAT " %d %g %g %g");
|
else format = utils::strdup(TAGINT_FORMAT " %d %g %g %g %d %d %d\n");
|
||||||
else format = utils::strdup(TAGINT_FORMAT " %d %g %g %g %d %d %d");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// setup boundary string
|
// setup boundary string
|
||||||
|
|||||||
Reference in New Issue
Block a user