start_time = windows::cpu_clock();
start_time_children = start_time;
#else
-# error unsupported platform. Porting not finished.
+# error Unsupported platform. Porting not finished.
#endif
}
double time = windows::wall_clock() - start_wall_time;
cumulative_time += windows::cpu_clock() - start_time;
#else
-# error unsupported platform. Porting not finished.
+# error Unsupported platform. Porting not finished.
#endif
#ifdef DEAL_II_COMPILER_SUPPORTS_MPI
const double running_time = windows::cpu_clock() - start_time + cumulative_time;
return running_time;
#else
-# error unsupported platform. Porting not finished.
+# error Unsupported platform. Porting not finished.
#endif
}
else
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams