From 7ffaea48cb6947a256a5f25fe1c4b152d268b521 Mon Sep 17 00:00:00 2001
From: Alexander Rose <alexander.rose@weirdbyte.de>
Date: Tue, 14 Apr 2020 15:39:34 -0700
Subject: [PATCH] read cif-core bfactor field

---
 src/mol-model-formats/structure/cif-core.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mol-model-formats/structure/cif-core.ts b/src/mol-model-formats/structure/cif-core.ts
index 9bb995368..77ba91885 100644
--- a/src/mol-model-formats/structure/cif-core.ts
+++ b/src/mol-model-formats/structure/cif-core.ts
@@ -124,6 +124,7 @@ async function getModels(db: CifCore_Database, format: CifCoreFormat, ctx: Runti
         pdbx_formal_charge: formalCharge,
 
         pdbx_PDB_model_num: Column.ofConst(1, atomCount, Column.Schema.int),
+        B_iso_or_equiv: db.atom_site.U_iso_or_equiv,
     }, atomCount);
 
     const name = (
-- 
GitLab