Skip to content

Commit

Permalink
fix indicator interface
Browse files Browse the repository at this point in the history
  • Loading branch information
wahln committed Nov 9, 2020
1 parent b5d7c39 commit 55c0ba5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions matRad_indicatorWrapper.m
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
function [dvh,qi] = matRad_indicatorWrapper(cst,pln,resultGUI,refGy,refVol,param)
function [dvh,qi] = matRad_indicatorWrapper(cst,pln,resultGUI,refGy,refVol)
% matRad indictor wrapper
%
% call
% [dvh,qi] = matRad_indicatorWrapper(cst,pln,resultGUI,param)
% [dvh,qi] = matRad_indicatorWrapper(cst,pln,resultGUI,refGy,refVol,param)
% [dvh,qi] = matRad_indicatorWrapper(cst,pln,resultGUI)
% [dvh,qi] = matRad_indicatorWrapper(cst,pln,resultGUI,refGy,refVol)
%
% input
% cst: matRad cst struct
Expand Down

0 comments on commit 55c0ba5

Please sign in to comment.