[][src]Function dxx::write_file

pub fn write_file(filename: &str, src: Vec<f64>) -> Result<(), Box<dyn Error>>

write_file writes data to .DXX file. This func determines the data type from the filename extension and writes the data to the file.