Skip to content

Commit

Permalink
#193: Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrián González Sieira committed Oct 24, 2018
1 parent 1e991ef commit 73950fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
*/
package es.usc.citius.hipster.model.function;

import es.usc.citius.hipster.model.function.impl.ScalarOperation;

/**
* A scalar function takes an object and modifies its magnitude by a
* numeric factor without changing its type.
Expand All @@ -37,7 +39,7 @@
* </pre>
*
* To create a default scalar function to operate with doubles,
* simple use {@link es.usc.citius.hipster.model.function.impl.Product}.
* simple use {@link ScalarOperation#doubleMultiplicationOp()}.
*
* @param <T> type of the domain of the function
*
Expand Down

This file was deleted.

0 comments on commit 73950fc

Please sign in to comment.