fix:修改变量类型

This commit is contained in:
orgin 2023-09-13 09:16:31 +08:00
parent ae2dfc2697
commit 46a1be1479

View File

@ -426,7 +426,7 @@ public class EnergySpectrumStruct {
/**
* γ-energy (keV)
*/
public List<String> t_g_energy;
public List<Double> t_g_energy;
/**
* total efficiency (counts/photon emitted)
*/
@ -551,4 +551,4 @@ public class EnergySpectrumStruct {
", t_record_count=" + t_record_count +
'}';
}
}
}