Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
nyalldawson committed May 11, 2018
1 parent b006877 commit 4e5229f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/porting_processing.dox
Expand Up @@ -23,7 +23,7 @@ Consequently, substantial changes are required in order to port existing 2.x Pro

- All algorithm input parameters and available outputs must be declared in an implementation of the new pure virtual method initAlgorithm(self, configuration={}).

The input parameters and outputs classes have been replaced with new c++ versions, which must be used when calling addParameter and addOuput.
The input parameters and outputs classes have been replaced with new c++ versions, which must be used when calling addParameter and addOutput.

- When constructing parameters, be aware that some argument names have changed. E.g. default has been replaced with 'defaultValue'.

Expand Down

0 comments on commit 4e5229f

Please sign in to comment.