diff -r f6a72eb99631 -r 9d66d323c354 src/octree.cc --- a/src/octree.cc Tue Apr 29 23:31:08 2008 +0200 +++ b/src/octree.cc Fri May 02 13:27:47 2008 +0200 @@ -3,7 +3,7 @@ * * This file is part of Pyrit Ray Tracer. * - * Copyright 2007 Radek Brich + * Copyright 2007, 2008 Radek Brich * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -170,8 +170,8 @@ # define tzm st_cur->tzm int a = 0; - Vector3 ro(ray.o); - Vector3 rdir(ray.dir); + Vector ro(ray.o); + Vector rdir(ray.dir); if (rdir.x < 0.0) {