Skip to content

Commit a61666f

Browse files
authored
Update lib.rs
Remove debug code.
1 parent 234b778 commit a61666f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/lib.rs

-7
Original file line numberDiff line numberDiff line change
@@ -354,13 +354,6 @@ pub extern "C" fn compound_bca_list_c(input: InputCompoundBCA) -> OutputBCA {
354354
let Es2 = unsafe { slice::from_raw_parts(input.Es2, input.num_species_target).to_vec() };
355355
let Eb2 = unsafe { slice::from_raw_parts(input.Eb2, input.num_species_target).to_vec() };
356356

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-
364357
let x = -2.*(n2.iter().sum::<f64>()*10E30).powf(-1./3.);
365358
let y = 0.0;
366359
let z = 0.0;

0 commit comments

Comments
 (0)