Added flag to control how to do IO with sockets

This commit is contained in:
Magne Sjaastad
2014-04-01 13:02:52 +02:00
parent 7c42bf0138
commit 3ec22a9221
4 changed files with 102 additions and 30 deletions

View File

@@ -60,6 +60,7 @@ RiaPreferences::RiaPreferences(void)
CAF_PDM_InitField(&autocomputeDepthRelatedProperties,"autocomputeDepth", true, "DEPTH related properties", "", "DEPTH, DX, DY, DZ, TOP, BOTTOM", "");
CAF_PDM_InitField(&readFaultData, "readFaultData", true, "Read fault data", "", "", "");
CAF_PDM_InitField(&useStreamTransfer, "useStreamTransfer", true, "Use stream transfer to Octave", "", "", "");
}
//--------------------------------------------------------------------------------------------------