Skip to content
Snippets Groups Projects
Commit 205cc850 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[wp] lint

parent bf3fcc8e
No related branches found
No related tags found
No related merge requests found
......@@ -167,9 +167,9 @@ let compute_kf model bhv prop kf =
add_with_behaviors bhv prop kf
let compute model
?(fct=Wp_parameters.get_fct())
?(bhv=Wp_parameters.Behaviors.get())
?(prop=Wp_parameters.Properties.get ()) ()
?(fct=Wp_parameters.get_fct())
?(bhv=Wp_parameters.Behaviors.get())
?(prop=Wp_parameters.Properties.get ()) ()
=
Wp_parameters.iter_fct (compute_kf model bhv prop) fct
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment