adapt binary2txt.cpp source to current coding conventions

This commit is contained in:
Axel Kohlmeyer
2017-03-20 16:57:32 -04:00
parent 3b44c3ff1d
commit 03828b5836

View File

@ -19,8 +19,8 @@
// Syntax: binary2txt file1 file2 ...
// Creates: file1.txt file2.txt ...
#include "stdio.h"
#include "string.h"
#include <stdio.h>
#include <string.h>
// these must match settings in src/lmptype.h which builds LAMMPS with
// -DLAMMPS_SMALLBIG (the default), -DLAMMPS_BIGBIG, or -DLAMMPS_SMALLSMALL