fix:修改变量类型
This commit is contained in:
parent
ae2dfc2697
commit
46a1be1479
|
@ -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)
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue
Block a user