Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(763)

Unified Diff: src/liboslexec/bsdf_refraction.cpp

Issue 206045: Pre-review: run state overhaul (Closed) Base URL: http://openshadinglanguage.googlecode.com/svn/trunk/
Patch Set: Update patch set to sync with trunk Created 14 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/liboslexec/bsdf_refraction.cpp
===================================================================
--- src/liboslexec/bsdf_refraction.cpp (revision 583)
+++ src/liboslexec/bsdf_refraction.cpp (working copy)
@@ -156,15 +156,13 @@
DECLOP (OP_refraction)
{
- closure_op_guts<RefractionClosure, 3> (exec, nargs, args,
- runflags, beginpoint, endpoint);
+ closure_op_guts<RefractionClosure, 3> (exec, nargs, args);
}
DECLOP (OP_dielectric)
{
- closure_op_guts<DielectricClosure, 3> (exec, nargs, args,
- runflags, beginpoint, endpoint);
+ closure_op_guts<DielectricClosure, 3> (exec, nargs, args);
}

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b