diff --git a/inst/include/CytoML/flowJoWorkspace.hpp b/inst/include/CytoML/flowJoWorkspace.hpp index 73345a4..dc0789a 100644 --- a/inst/include/CytoML/flowJoWorkspace.hpp +++ b/inst/include/CytoML/flowJoWorkspace.hpp @@ -406,7 +406,7 @@ class flowJoWorkspace:public workspace{ if(!keep_uncomp.empty()){ if(g_loglevel>=GATING_HIERARCHY_LEVEL) PRINT("Extracting necessary uncompensated columns...\n"); - uncomp_cols = fr.get_data(fr.get_col_idx(vector(keep_uncomp.begin(), keep_uncomp.end()), ColType::channel)); + uncomp_cols = fr.get_data(fr.get_col_idx(vector(keep_uncomp.begin(), keep_uncomp.end()), ColType::channel), true); } gh->compensate(fr);