diff options
| author | drowe67 <[email protected]> | 2023-07-14 13:40:56 +0930 |
|---|---|---|
| committer | David Rowe <[email protected]> | 2023-07-14 13:40:56 +0930 |
| commit | fb4547abe6fc20a0e9aa4c3049d5359027d0d89e (patch) | |
| tree | 2d3e60ea9096f23e1c24a5b774d31a924a151f3d /src/pilots_coh.h | |
| parent | df99cbee341a556dcab6233f595eaa3c1d48bc94 (diff) | |
some files missed on the first pass
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 |
