Changeset 986 for cpp/frams/_demos/f0_variants_test.cpp
- Timestamp:
- 07/08/20 20:38:51 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/f0_variants_test.cpp
r972 r986 106 106 } 107 107 108 printf("\n this example shows how to save a f0 genotype using low-level ParamInterface::saveSingleLine() calls\n");108 printf("\nThis example shows how to save a f0 genotype using low-level ParamInterface::saveSingleLine() calls\n\n"); 109 109 110 110 SString f0_skipping_defaults; … … 114 114 save_as_f0(f0_no_skipping_defaults, m, false); 115 115 116 printf("\n==== with defdata (skips default values) ======\n%s\n", f0_skipping_defaults.c_str());117 printf("\n==== without defdata (saves all fields) ======\n%s\n", f0_no_skipping_defaults.c_str());116 printf("\n==== With defdata (skips default values) ======\n%s\n", f0_skipping_defaults.c_str()); 117 printf("\n==== Without defdata (saves all fields) ======\n%s\n", f0_no_skipping_defaults.c_str()); 118 118 119 119 return 0; … … 125 125 ( format 1 ) 126 126 127 this example shows how to save a f0 genotype using low-level ParamInterface::saveSingleLine() calls127 This example shows how to save a f0 genotype using low-level ParamInterface::saveSingleLine() calls 128 128 129 ==== with defdata (skips default values) ======129 ==== With defdata (skips default values) ====== 130 130 m: 131 131 p: … … 139 139 140 140 141 ==== without defdata (saves all fields) ======141 ==== Without defdata (saves all fields) ====== 142 142 m:se=1, Vstyle= 143 143 p:0, 0, 0, m=1, s=1, dn=1, fr=0.4, ing=0.25, as=0.25, rx=0, 0, 0, i=, Vstyle=part … … 151 151 152 152 *************************************************************************/ 153
Note: See TracChangeset
for help on using the changeset viewer.