laserfields
Fortran95 library to describe time-dependent laser pulses
Loading...
Searching...
No Matches
laserfields_miscfuncs::gnuplotstring Interface Reference

convert real or complex numbers to strings that can be used in gnuplot More...

Public Member Functions

character(15) function gnuplotstring_d (val)
 converts a double to a character string for gnuplot
character(33) function gnuplotstring_z (val)
 converts a double complex to a character string for gnuplot

Detailed Description

convert real or complex numbers to strings that can be used in gnuplot

Definition at line 16 of file laserfields_miscfuncs.f90.

Member Function/Subroutine Documentation

◆ gnuplotstring_d()

character(15) function laserfields_miscfuncs::gnuplotstring::gnuplotstring_d ( real(dp), intent(in) val)

converts a double to a character string for gnuplot

Definition at line 49 of file laserfields_miscfuncs.f90.

◆ gnuplotstring_z()

character(33) function laserfields_miscfuncs::gnuplotstring::gnuplotstring_z ( complex(dpc), intent(in) val)

converts a double complex to a character string for gnuplot

Definition at line 55 of file laserfields_miscfuncs.f90.


The documentation for this interface was generated from the following file: