(function(doc, html, url) {
var widget = doc.createElement("div");
widget.innerHTML = html;
var script = doc.currentScript; // e = a.currentScript;
if (!script) {
var scripts = doc.scripts;
for (var i = 0; i < scripts.length; ++i) {
script = scripts[i];
if (script.src && script.src.indexOf(url) != -1) break;
}
}
script.parentElement.replaceChild(widget, script);
}(document, '
What is it about?
In this work I corrected some technical mistakes in formulas of my previous work "X-ray third-order nonlinear plane-wave Bragg-case dynamical diffraction effects in a perfect crystal" , J.Synchrotron Rad., 22, 1410-1418 (2015).