loop_on_k< M, N, K > Struct Template Reference

Static Public Member Functions

static void run ()
 

Member Function Documentation

◆ run()

template<int M, int N, int K>
static void loop_on_k< M, N, K >::run ( )
inlinestatic
96  {
97  std::cout << "K=" << K << "\t";
99  std::cout << "\n";
100 
102  std::cout << "\n\n";
103 
105  }
double K
Wave number.
Definition: sphere_scattering.cc:115
static void run()
Definition: product_threshold.cpp:96
static void run()
Definition: product_threshold.cpp:115
static void run()
Definition: product_threshold.cpp:149

References PlanarWave::K, loop_on_m< M, N, K >::run(), and print_n< N >::run().

Referenced by main().


The documentation for this struct was generated from the following file: