I found this small inconsistency for the above keyword:
Code: Select all
call GetData(NewProperty%ComputeOptions%AdvectionDiffusion, &
Me%ObjEnterData, iflag, &
Keyword = 'ADVECTION_DIFUSION', &
ClientModule = 'ModuleDrainageNetwork', &
SearchType = FromBlock, &
Default = ON, &
STAT = STAT_CALL)
This process is called everywhere in the code (everywhere I looked) \"Advection_Diffusion\", but only in the keyword for the properties it is \"Advection_Difusion\" (in base 1, moduleenterdata).
This can lead to some confusion, as I think in some older samples I downloaded from the page, i found
Code: Select all
ADVECTION_DIFFUSION : 1
which is not really bad, as it is true by default anyway, but if you want to change it...
Would there be the possibility to allow both versions in order to avoid problems with older input files?