STYLE: clarify comments in etc/colourTables

This commit is contained in:
Mark Olesen
2019-07-31 12:02:13 +02:00
committed by Andrew Heather
parent f95b67b565
commit 005abee368

View File

@ -7,9 +7,9 @@
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
// An OpenFOAM dictionary of colourTables. // An OpenFOAM dictionary of colourTables.
// The names should match those in the colourTables class. // The predefined enumerations in the colourTables class *must* also appear
// here, but the file can also contain additional custom colour tables too.
6
( (
coolToWarm coolToWarm
@ -91,6 +91,8 @@ xray
); );
} }
// Additional tables (without code enumeration)
) )
// ************************************************************************* // // ************************************************************************* //