<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 9: datatype dpc missing</title><link>https://sourceforge.net/p/gnuplotfortran/bugs/9/</link><description>Recent changes to 9: datatype dpc missing</description><atom:link href="https://sourceforge.net/p/gnuplotfortran/bugs/9/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 06 Sep 2011 12:01:24 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/gnuplotfortran/bugs/9/feed.rss" rel="self" type="application/rss+xml"/><item><title>datatype dpc missing</title><link>https://sourceforge.net/p/gnuplotfortran/bugs/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have compiled the libraries in openSUSE 11.4 using the gfortran.  Everything compiled ok.  Tried compiling your testbench and it complains that the dpc datatype is not defined.&lt;/p&gt;
&lt;p&gt;gfortran -o gnuplot_fortran95_testbench gnuplot_fortran95_testbench.f90 -lfortranposix -lgnuplotfortran&lt;br /&gt;
gnuplot_fortran95_testbench.f90:25.37:&lt;/p&gt;
&lt;p&gt;use datatypes, only : i4b,dp,dpc,lgc&lt;br /&gt;
1&lt;br /&gt;
Error: Symbol 'dpc' referenced at (1) not found in module 'datatypes'&lt;br /&gt;
gnuplot_fortran95_testbench.f90:37.19:&lt;/p&gt;
&lt;p&gt;complex(dpc), dimension(:), allocatable :: cp&lt;br /&gt;
1&lt;br /&gt;
Error: Symbol 'dpc' at (1) has no IMPLICIT type&lt;br /&gt;
gnuplot_fortran95_testbench.f90:74.17:&lt;/p&gt;
&lt;p&gt;allocate(cp(numpoints), stat=status)&lt;br /&gt;
1&lt;br /&gt;
Error: Allocate-object at (1) is not a nonprocedure pointer or an allocatable variable&lt;br /&gt;
gnuplot_fortran95_testbench.f90:92.47:&lt;/p&gt;
&lt;p&gt;cp(i)=cmplx(cos(x(i)),sin(x(i)),dpc)&lt;br /&gt;
1&lt;br /&gt;
Error: Unexpected STATEMENT FUNCTION statement at (1)&lt;br /&gt;
gnuplot_fortran95_testbench.f90:140.125:&lt;/p&gt;
&lt;p&gt;x,y1,'sin(x)',y2=y2,y2title='cos(x)',y3=y3,y3title='atan(x)',y4=y4,y4title='sqr&lt;br /&gt;
1                                                &lt;br /&gt;
Error: Unterminated character constant beginning at (1)&lt;br /&gt;
gnuplot_fortran95_testbench.f90:311.37:&lt;/p&gt;
&lt;p&gt;deallocate(x,y,y1,y2,y3,y4,cp,z1,z2,z3,z4)&lt;br /&gt;
1&lt;br /&gt;
Error: Allocate-object at (1) is not a nonprocedure pointer or an allocatable variable&lt;br /&gt;
gnuplot_fortran95_testbench.f90:198.57:&lt;/p&gt;
&lt;p&gt;status=gnuplot_plotcomplex(ptr_gctrl,numpoints,cp,'A circle ?')&lt;br /&gt;
1&lt;br /&gt;
Error: Symbol 'cp' at (1) has no IMPLICIT type&lt;/p&gt;
&lt;p&gt;The datatype.mod is attached.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lawrence Selvy</dc:creator><pubDate>Tue, 06 Sep 2011 12:01:24 -0000</pubDate><guid>https://sourceforge.net9fb4e63c2c55bacf73e8b56b7e5c94bcc78f2d7b</guid></item></channel></rss>