Skip to content
Snippets Groups Projects
Commit 03828b58 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

adapt binary2txt.cpp source to current coding conventions

parent 3b44c3ff
No related branches found
No related tags found
No related merge requests found
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
// Syntax: binary2txt file1 file2 ... // Syntax: binary2txt file1 file2 ...
// Creates: file1.txt file2.txt ... // Creates: file1.txt file2.txt ...
#include "stdio.h" #include <stdio.h>
#include "string.h" #include <string.h>
// these must match settings in src/lmptype.h which builds LAMMPS with // these must match settings in src/lmptype.h which builds LAMMPS with
// -DLAMMPS_SMALLBIG (the default), -DLAMMPS_BIGBIG, or -DLAMMPS_SMALLSMALL // -DLAMMPS_SMALLBIG (the default), -DLAMMPS_BIGBIG, or -DLAMMPS_SMALLSMALL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment