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
|
||||
{
|
||||
// ParaView: Black-Body Radiation
|
||||
interpolate rbg;
|
||||
interpolate rgb;
|
||||
|
||||
table
|
||||
(
|
||||
@ -70,7 +70,7 @@ rainbow
|
||||
greyscale
|
||||
{
|
||||
// ParaView: grayscale
|
||||
interpolate rbg;
|
||||
interpolate rgb;
|
||||
|
||||
table
|
||||
(
|
||||
@ -82,7 +82,7 @@ greyscale
|
||||
xray
|
||||
{
|
||||
// ParaView: "X ray"
|
||||
interpolate rbg;
|
||||
interpolate rgb;
|
||||
|
||||
table
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user