Searched refs:omode (Results 1 – 1 of 1) sorted by relevance
1440 const char *omode = (vbinary->filemode == FILE_MODE_APPEND) ? "a" : "w"; in PetscViewerFileSetUp_BinaryInfo() local1441 vbinary->fdes_info = fopen(infoname, omode); in PetscViewerFileSetUp_BinaryInfo()