Previous changeset 2:234df22cd722 (2016-02-24) Next changeset 4:42d621350901 (2016-02-25) |
Commit message:
planemo upload |
modified:
xcms_summary.r |
b |
diff -r 234df22cd722 -r f5d7654148bd xcms_summary.r --- a/xcms_summary.r Wed Feb 24 12:30:37 2016 -0500 +++ b/xcms_summary.r Wed Feb 24 12:32:32 2016 -0500 |
b |
@@ -139,7 +139,7 @@ writehtml("<h2>Informations about the CAMERA object:</h2>") writehtml("<div>") - writehtml("Number of pcgroup:",length(xa@pspectra)) + writehtml("Number of pcgroup: ",length(xa@pspectra)) writehtml("</div>") } |