Function wafer::output::remove_partial [−][src]
pub fn remove_partial(
wnum: u8,
project: &str,
file_type: &FileType
) -> Result<(), Error>
Removes a temporary _partial
file from the current output directory.
Should only be called if a converged file is written.
Arguments
wnum
- The current wavenumber.project
- Project name of the current simulation.file_type
- What type of file format to use in the output.