diff options
Diffstat (limited to 'src/pilots_coh.h')
| -rw-r--r-- | src/pilots_coh.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/pilots_coh.h b/src/pilots_coh.h index 9271195..b905879 100644 --- a/src/pilots_coh.h +++ b/src/pilots_coh.h @@ -1,6 +1,5 @@ /* Generated by write_pilot_file() Octave function */ -float pilots_coh[][PILOTS_NC]={ - { 1.000000, -1.000000, 1.000000, -1.000000, 1.000000, -1.000000, -1.000000}, - { -1.000000, 1.000000, 1.000000, -1.000000, 1.000000, 1.000000, 1.000000} -};
\ No newline at end of file +float pilots_coh[][PILOTS_NC] = { + {1.000000, -1.000000, 1.000000, -1.000000, 1.000000, -1.000000, -1.000000}, + {-1.000000, 1.000000, 1.000000, -1.000000, 1.000000, 1.000000, 1.000000}};
\ No newline at end of file |
