File tree 4 files changed +16
-2
lines changed
4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,10 @@ using namespace atm;
70
70
*/
71
71
int main ()
72
72
{
73
-
73
+ #ifdef HAVE_WINDOWS
74
+ fprintf (stdout, " Skipping test under Windows.\n " );
75
+ return 0 ;
76
+ #endif
74
77
cout << " AbInitioTest: STEP 1: CREATES REFERENCE ATMOSPHERIC PROFILE CORRESTONDING TO ATMOSPHERIC CONDITIONS AT THE GROUND:" << endl;
75
78
cout << " AbInitioTest: Atmosphere Type: TROPICAL" << endl;
76
79
cout << " AbInitioTest: Site Altitude: 4100 m above sea level" << endl;
Original file line number Diff line number Diff line change @@ -54,6 +54,10 @@ using namespace atm;
54
54
55
55
int main ()
56
56
{
57
+ #ifdef HAVE_WINDOWS
58
+ fprintf (stdout, " Skipping test under Windows.\n " );
59
+ return 0 ;
60
+ #endif
57
61
double airmastro;
58
62
double airmwvr;
59
63
double opacitycomparison;
Original file line number Diff line number Diff line change @@ -54,7 +54,10 @@ using namespace atm;
54
54
55
55
int main ()
56
56
{
57
-
57
+ #ifdef HAVE_WINDOWS
58
+ fprintf (stdout, " Skipping test under Windows.\n " );
59
+ return 0 ;
60
+ #endif
58
61
Frequency rff;
59
62
Frequency if1;
60
63
Frequency chansep;
Original file line number Diff line number Diff line change @@ -167,6 +167,10 @@ using namespace atm;
167
167
168
168
int main ()
169
169
{
170
+ #ifdef HAVE_WINDOWS
171
+ fprintf (stdout, " Skipping test under Windows.\n " );
172
+ return 0 ;
173
+ #endif
170
174
// double h_div_k=0.04799274551; // plank/boltz in un of K/GHz
171
175
172
176
vector<Temperature> v_ProfileTemperatureLevels;
You can’t perform that action at this time.
0 commit comments