Commit 20631c38 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11361 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent b5b9910d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -684,7 +684,7 @@ void Print_Native_GCells( reax_system *system )
            fprintf( f, "\tatom list start: %d, end: %d\n\t", gc->str, gc->end );

          for( l = gc->str; l < gc->end; ++l )
              fprintf( f, BIGINT_FORMAT, system->my_atoms[l].orig_id );
              fprintf( f, TAGINT_FORMAT, system->my_atoms[l].orig_id );
            fprintf( f, "\n" );
          }

@@ -721,7 +721,7 @@ void Print_All_GCells( reax_system *system )
            fprintf( f, "\tatom list start: %d, end: %d\n\t", gc->str, gc->end );

          for( l = gc->str; l < gc->end; ++l )
              fprintf( f, BIGINT_FORMAT, system->my_atoms[l].orig_id );
              fprintf( f, TAGINT_FORMAT, system->my_atoms[l].orig_id );
            fprintf( f, "\n" );
          }