mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-23 23:26:25 +01:00
Remove white spaces
This commit is contained in:
parent
7fdd869d6e
commit
cea4132e2d
@ -147,7 +147,3 @@ ptr get_function_activation(int activation) {
|
||||
printf("Erreur, fonction d'activation inconnue (choose_apply_function_vector): %d\n", activation);
|
||||
return NULL;
|
||||
}
|
||||
// to use:
|
||||
// float a = 5; int activation;
|
||||
// pm u = get_function_activation;
|
||||
// printf("%f", (*u(activation))(a));
|
||||
|
Loading…
Reference in New Issue
Block a user