plateHole/system/singleGraph: Removed unnecessary sub-dictionary

This commit is contained in:
Henry Weller
2019-08-20 23:35:56 +01:00
parent f77c9e4861
commit c5d4d5e17b

View File

@ -6,21 +6,18 @@
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
singleGraph
start (0 0.5 0.25);
end (0 2 0.25);
fields (sigmaxx);
#includeEtc "caseDicts/postProcessing/graphs/sampleDict.cfg"
setConfig
{
start (0 0.5 0.25);
end (0 2 0.25);
fields (sigmaxx);
#includeEtc "caseDicts/postProcessing/graphs/sampleDict.cfg"
setConfig
{
axis y;
}
// Must be last entry
#includeEtc "caseDicts/postProcessing/graphs/graph.cfg"
axis y;
}
// Must be last entry
#includeEtc "caseDicts/postProcessing/graphs/graph.cfg"
// ************************************************************************* //