We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c0308 commit 5bf8971Copy full SHA for 5bf8971
2 files changed
mcstas-comps/examples/Tests_samples/Samples_Phonon/Phonon_simple.comp
mcstas-comps/samples/Phonon_simple.comp
@@ -347,10 +347,12 @@ INITIALIZE
347
V_rho = 4 / (a * a * a);
348
V_my_s = (V_rho * 100 * sigma_inc);
349
V_my_a_v = (V_rho * 100 * sigma_abs * 2200);
350
- DV = 0.001; /* Velocity change used for numerical derivative */
351
- if (focus_aw) focus_aw *= DEG2RAD;
352
- if (focus_ah) focus_ah *= DEG2RAD;
353
-
+ DV = 0.001; /* Velocity change used for numerical derivative */
+ if (focus_aw)
+ focus_aw *= DEG2RAD;
+ if (focus_ah)
354
+ focus_ah *= DEG2RAD;
355
+
356
// Set constant parameters for parms object
357
phonon.a_ = a;
358
phonon.c_ = c;
0 commit comments