- 31 Mar, 2016 1 commit
-
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@28372 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 08 Jan, 2015 1 commit
-
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@25350 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 26 Jul, 2014 1 commit
-
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@23889 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 13 Sep, 2013 1 commit
-
-
brugger authored
I modified all copyright notices that had "2000 - 2012" to "2000 - 2013" in the src directory. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@21841 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 09 May, 2013 1 commit
-
-
bonnell authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@20931 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 30 Jan, 2013 1 commit
-
-
brugger authored
I made some more changes for VTK 6.0. Most of the changes work with VTK 5.8 and 6.0, but a few don't and those are conditionaly compiled. My plan is to remove the VTK 5.8 cases once we have switched, but this allows the changes to be tested. The types of changes made were: 1) filter->SetInput(vtkDataObject); filter->AddInput(vtkDataObvect); filter->RemoveInput(vtkDataObvect); to filter->SetInputData(vtkDataObject); filter->AddInputData(vtkDataObvect); filter->RemoveInputData(vtkDataObvect); 2) filter1->SetInput(filter2->GetOutput()); to filter1->SetInputConnection(filter2->GetOutputPort()); 3) output->GetUpdateGhostLevel(); output->GetUpdateNumberOfPieces(); to outInfo->Get( vtkStreamingDemandDrivenPipeline::UPDATE_NUMBER_OF_GHOST_LEVELS()); outInfo->Get( vtkStreamingDemandDrivenPipeline::UPDATE_NUMBER_OF_PIECES()); 4) virtual void WriteFile(ofstream *, vtkImageData, int ext[6]); virtual void WriteFileHeader(ofstream *, vtkImageData *); to virtual void WriteFile(ofstream *, vtkImageData *, int ext[6], int wExt[6]); virtual void WriteFileHeader(ofstream *, vtkImageData *, int wExt[6]); git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@20178 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 05 Mar, 2012 1 commit
-
-
brugger authored
1) I updated the year in the copyright notice from "2000 - 2011" to "2000 - 2012" in all the "*.h" files in the src directory. 2) I moved a using statement out of a header file and into the appropriate ".C" files. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@17588 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 18 Jan, 2011 1 commit
-
-
brugger authored
I updated the copyright dates in the copyright notice in all the "*.c", "*.C", "*.h", "*.java", "*.cmake", "*.txt" and "*.in" files in the "src" directory. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@13578 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 20 Jul, 2010 1 commit
-
-
brugger authored
I updated the LLNL review and release number in the copyright notice in all the "*.C", "*.h", "*.java", "*.cmake", "*.txt" and "*.in" files in the src directory. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@11946 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 29 Mar, 2010 1 commit
-
-
brugger authored
I updated the copyright notice in the ".C" and ".h" files in VisIt to cover 2000 - 2010. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@10599 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 04 Aug, 2009 1 commit
-
-
brugger authored
1) I changed the year in the copyright notice from 2008 to 2009 in a bunch of files. A total of 5231 files were changed. 2) I corrected the LLNL review and release number in the copyright notices. It turns out I transposed 2 of the digits in many of the files when I originally put the new copyright notice in. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@8045 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 04 Jan, 2008 1 commit
-
-
brugger authored
I updated the copyright notice in all the ".C" ".c" and ".h" files in src. This includes updating the year to 2008 and putting in the new LLNS verbage. git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@2819 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 02 Apr, 2007 2 commits
-
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@815 18c085ea-50e0-402c-830e-de6fd14e8384
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@677 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 01 Apr, 2007 1 commit
-
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@162 18c085ea-50e0-402c-830e-de6fd14e8384
-
- 30 Mar, 2007 1 commit
-
-
hrchilds authored
git-svn-id: http://visit.ilight.com/svn/visit/trunk/src@3 18c085ea-50e0-402c-830e-de6fd14e8384
-