Searched refs:del_empty_last_line (Results 1 – 1 of 1) sorted by relevance
| /petsc/share/petsc/ |
| H A D | chkerrconvert.py | 66 def __init__(self,verbose,dry_run,del_empty_last_line): argument 84 self.del_empty_last_line = del_empty_last_line 135 if self.del_empty_last_line: 250 def main(search_tool,start_path,dry_run,verbose,force,del_empty_last_line): argument 262 processor = Processor(verbose,dry_run,del_empty_last_line)
|