Skip to content

Commit

Permalink
more options written to map file
Browse files Browse the repository at this point in the history
  • Loading branch information
RolfSander committed Jul 5, 2022
1 parent 0a4a95e commit ed756e6
Show file tree
Hide file tree
Showing 3 changed files with 194 additions and 170 deletions.
2 changes: 1 addition & 1 deletion src/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ int i;

printf("\nATM -----------------------------------------------" );

for( i = 0; i < SpeciesNr; i++ ) {
for( i = 0; i < AtomNr; i++ ) {
switch( AtomTable[i].check ) {
case NO_CHECK:
printf( "\n(%3d) %6s, NO -- ------ ", i, AtomTable[i].name );
Expand Down

0 comments on commit ed756e6

Please sign in to comment.