File tree Expand file tree Collapse file tree
biojava-structure/src/main/java/org/biojava/nbio/structure/io/cif Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ public void finish() {
3131
3232 @ Override
3333 public void consume (Category category ) {
34- StrColumn atomType1 = (StrColumn ) category .getColumn ("" );
35- StrColumn atomType2 = (StrColumn ) category .getColumn ("" );
36- FloatColumn lowerLimit = (FloatColumn ) category .getColumn ("" );
37- FloatColumn upperLimit = (FloatColumn ) category .getColumn ("" );
34+ StrColumn atomType1 = (StrColumn ) category .getColumn ("atom_type_1 " );
35+ StrColumn atomType2 = (StrColumn ) category .getColumn ("atom_type_2 " );
36+ FloatColumn lowerLimit = (FloatColumn ) category .getColumn ("lower_limit " );
37+ FloatColumn upperLimit = (FloatColumn ) category .getColumn ("upper_limit " );
3838 for (int i = 0 ; i < category .getRowCount (); i ++) {
3939 MetalBondDistance d = new MetalBondDistance ();
4040
You can’t perform that action at this time.
0 commit comments