We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 234b778 commit a61666fCopy full SHA for a61666f
src/lib.rs
@@ -354,13 +354,6 @@ pub extern "C" fn compound_bca_list_c(input: InputCompoundBCA) -> OutputBCA {
354
let Es2 = unsafe { slice::from_raw_parts(input.Es2, input.num_species_target).to_vec() };
355
let Eb2 = unsafe { slice::from_raw_parts(input.Eb2, input.num_species_target).to_vec() };
356
357
- let Z2 = vec![1.0, 1.0];
358
- let m2 = vec![1.0, 1.0];
359
- let n2 = vec![0.06, 0.05];
360
- let Ec2 = vec![1.0, 1.0];
361
- let Es2 = vec![1.0, 1.0];
362
- let Eb2 = vec![1.0, 1.0];
363
-
364
let x = -2.*(n2.iter().sum::<f64>()*10E30).powf(-1./3.);
365
let y = 0.0;
366
let z = 0.0;
0 commit comments