mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: typo in etc/colourTables
This commit is contained in:
@ -44,7 +44,7 @@ coldAndHot
|
|||||||
fire
|
fire
|
||||||
{
|
{
|
||||||
// ParaView: Black-Body Radiation
|
// ParaView: Black-Body Radiation
|
||||||
interpolate rbg;
|
interpolate rgb;
|
||||||
|
|
||||||
table
|
table
|
||||||
(
|
(
|
||||||
@ -70,7 +70,7 @@ rainbow
|
|||||||
greyscale
|
greyscale
|
||||||
{
|
{
|
||||||
// ParaView: grayscale
|
// ParaView: grayscale
|
||||||
interpolate rbg;
|
interpolate rgb;
|
||||||
|
|
||||||
table
|
table
|
||||||
(
|
(
|
||||||
@ -82,7 +82,7 @@ greyscale
|
|||||||
xray
|
xray
|
||||||
{
|
{
|
||||||
// ParaView: "X ray"
|
// ParaView: "X ray"
|
||||||
interpolate rbg;
|
interpolate rgb;
|
||||||
|
|
||||||
table
|
table
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user