Skip to content

Commit 851c3e3

Browse files
committed
[ci skip] Fix bug in ior.inc.
1 parent a9eb1a6 commit 851c3e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![AppVeyor Build status](https://img.shields.io/appveyor/ci/c-lipka/povray-exwy4.svg?label=appveyor)](https://ci.appveyor.com/project/c-lipka/povray-exwy4 "AppVeyor: Windows Server 2012 with Visual Studio 2015")
66
[![Travis CI Build Status](https://img.shields.io/travis/POV-Ray/povray.svg?label=travis%20ci)](https://travis-ci.org/POV-Ray/povray "Travis CI: Ubuntu 12.04 LTE 64-bit with gcc 4.6; OS X 10.11 with clang 4.2")
77
[![Coverity Code Analysis](https://scan.coverity.com/projects/269/badge.svg)](https://scan.coverity.com/projects/pov-ray "Coverity: Static Code Analysis")
8-
[![Maintenance Status](https://img.shields.io/maintenance/yes/2018.svg)](README.md "Last edited 2018-05-22")
8+
[![Maintenance Status](https://img.shields.io/maintenance/yes/2019.svg)](README.md "Last edited 2019-01-03")
99

1010
- [License](#license)
1111
- [Forums](#forums)

distribution/include/ior.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
#declare ( iorPolycarbonate , optional dispPolycarbonate ) = ( iorPC , dispPC );
185185
#declare ( iorPolymethylmethacrylate , optional dispPolymethylmethacrylate ) = ( iorPMMA , dispPMMA );
186186
#declare ( iorPolystyrene , optional dispPolystyrene ) = ( iorPS , dispPS );
187-
#declare ( iorPolyvinylchloride , optional dispPolyvinylchloride ) = ( iorPVP , dispPVP );
187+
#declare ( iorPolyvinylchloride , optional dispPolyvinylchloride ) = ( iorPVC , dispPVC );
188188
#declare ( iorPolyvinylpyrrolidone , optional dispPolyvinylpyrrolidone ) = ( iorPVP , dispPVP );
189189

190190
// Plastics Trademarks

0 commit comments

Comments
 (0)