[ismrmrd] 15/281: Small typo correction

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jan 14 20:00:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag ismrmrd0.5
in repository ismrmrd.

commit 410d9ec32e2a99aff72c2bf6134d82bcdecfe7e6
Author: Michael S. Hansen <michael.hansen at nih.gov>
Date:   Thu Aug 23 13:01:43 2012 -0400

    Small typo correction
---
 README.html                              | 24 ++++++++++++++++++++++++
 doc/README.rst                           | 21 +++++++++++++++++++++
 examples/matlab/simple_cartesian_recon.m |  2 +-
 3 files changed, 46 insertions(+), 1 deletion(-)

diff --git a/README.html b/README.html
index 678f91d..b2914af 100644
--- a/README.html
+++ b/README.html
@@ -334,6 +334,10 @@ ul.auto-toc {
 <pre class="literal-block">
 git clone git://git.code.sf.net/p/ismrmrd/code ismrmrd-code
 </pre>
+<p>Alternatively download the zip file with the source code:</p>
+<pre class="literal-block">
+wget https://sourceforge.net/projects/ismrmrd/files/src/ismrmrd_latest.zip
+</pre>
 </div>
 <div class="section" id="change-log">
 <h1>Change log</h1>
@@ -804,6 +808,26 @@ Reconstructing image 10....done
 
 </pre>
 </div>
+<div class="section" id="frequently-asked-questions">
+<h2>Frequently Asked Questions</h2>
+<ul>
+<li><p class="first">I am trying to compile on Mac OSX Lion and I am getting strange errors.</p>
+<blockquote>
+<p>in version 3.3.0 of CodeSynthesis XSD there is a problem with the clang compiler. It can build with clang on os x 10.7 (Lion) by editing
+<cite>/usr/local/include/xsd/cxx/zc-istream.txx</cite>. Change line 35 from:</p>
+<pre class="literal-block">
+setg (b, b, e);
+</pre>
+<p>to:</p>
+<pre class="literal-block">
+std::streambuf::setg (b, b, e);
+</pre>
+<p>See also:
+<a class="reference external" href="http://codesynthesis.com/pipermail/xsd-users/2011-May/003283.html">http://codesynthesis.com/pipermail/xsd-users/2011-May/003283.html</a></p>
+</blockquote>
+</li>
+</ul>
+</div>
 </div>
 </div>
 </body>
diff --git a/doc/README.rst b/doc/README.rst
index 00105c9..c672b60 100644
--- a/doc/README.rst
+++ b/doc/README.rst
@@ -23,6 +23,10 @@ To download the source code, clone the git archive::
 
   git clone git://git.code.sf.net/p/ismrmrd/code ismrmrd-code
 
+Alternatively download the zip file with the source code::
+
+  wget https://sourceforge.net/projects/ismrmrd/files/src/ismrmrd_latest.zip
+
 
 Change log
 ----------
@@ -291,3 +295,20 @@ XML Schema Definition
 .. include:: ../schema/ismrmrd.xsd
    :literal:
 
+
+Frequently Asked Questions
+...........................
+
+*   I am trying to compile on Mac OSX Lion and I am getting strange errors.
+
+	in version 3.3.0 of CodeSynthesis XSD there is a problem with the clang compiler. It can build with clang on os x 10.7 (Lion) by editing
+	`/usr/local/include/xsd/cxx/zc-istream.txx`. Change line 35 from::
+	
+      		setg (b, b, e);
+      		
+	to::
+	
+      		std::streambuf::setg (b, b, e);
+
+	See also:
+	http://codesynthesis.com/pipermail/xsd-users/2011-May/003283.html
diff --git a/examples/matlab/simple_cartesian_recon.m b/examples/matlab/simple_cartesian_recon.m
index 41fe0ba..787f95e 100644
--- a/examples/matlab/simple_cartesian_recon.m
+++ b/examples/matlab/simple_cartesian_recon.m
@@ -14,7 +14,7 @@ function [images] = simple_cartesian_recon(ismrmrdfile)
 header = ismrmrd_header2struct(h5read(ismrmrdfile,'/dataset/xml'));
 
 
-%Is this a spiral acquisition
+%Is this a cartesian acquisition
 if (~strcmp(header.ismrmrdHeader.encoding.trajectory.Text,'cartesian')),
    error('This is not a cartesian dataset'); 
 end

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ismrmrd.git



More information about the debian-science-commits mailing list