fix:修改变量类型
This commit is contained in:
parent
ae2dfc2697
commit
46a1be1479
|
@ -426,7 +426,7 @@ public class EnergySpectrumStruct {
|
||||||
/**
|
/**
|
||||||
* γ-energy (keV)
|
* γ-energy (keV)
|
||||||
*/
|
*/
|
||||||
public List<String> t_g_energy;
|
public List<Double> t_g_energy;
|
||||||
/**
|
/**
|
||||||
* total efficiency (counts/photon emitted)
|
* total efficiency (counts/photon emitted)
|
||||||
*/
|
*/
|
||||||
|
@ -551,4 +551,4 @@ public class EnergySpectrumStruct {
|
||||||
", t_record_count=" + t_record_count +
|
", t_record_count=" + t_record_count +
|
||||||
'}';
|
'}';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user