Skip to content
Snippets Groups Projects
Commit ac1ec113 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Moving tools to src/Tools.

parent 1f691b1d
No related branches found
No related tags found
No related merge requests found
......@@ -320,6 +320,7 @@ LINK_DIRECTORIES( ${LIBRARY_OUTPUT_PATH} )
#Pokracujeme dalsimi podadresari
add_subdirectory( src )
add_subdirectory( share )
add_subdirectory( tests )
add_subdirectory( examples )
......
add_subdirectory( Tools )
add_subdirectory (pkgconfig)
add_subdirectory (src)
add_subdirectory (share)
add_subdirectory (tnl-quickstart)
CONFIGURE_FILE( "tnl-compile.in" "${PROJECT_TOOLS_PATH}/tnl-compile" @ONLY )
......@@ -10,4 +9,4 @@ INSTALL( FILES ${PROJECT_TOOLS_PATH}/tnl-compile
${PROJECT_TOOLS_PATH}/tnl-link
${PROJECT_TOOLS_PATH}/tnl-bindir
DESTINATION bin
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE )
\ No newline at end of file
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE )
add_subdirectory (pkgconfig)
INSTALL( FILES tnl-matrix-convert.cfg.desc
tnlcurve2gnuplot.cfg.desc
DESTINATION share/tnl-${tnlVersion} )
group IO
{
list of string input-files(!) [Input files.];
list of string output-files [Output files.];
list of real level-lines [List of level sets which will be drawn.];
integer output-x-size [X size of the output.];
integer output-y-size [Y size of the output.];
real scale(1.0) [Multiply the function by given number.];
string output-file-format("gnuplot") [Output file format. Can be gnuplot, vti.];
},[Arguments describing input and output data.];
group IO
{
string input-file(!) [Input file name.];
string output-file(!) [Output file name.];
string output-matrix-format("csr") [Format of the output matrix.];
string precision("double") [Output matrix precision. Can be float or double.];
bool verify(no) [Verify the conversion.];
bool verbose(yes) [Verbose mode.];
},[Arguments describing input and output data.];
\ No newline at end of file
group IO
{
list of string input-files(!) [Input files.];
list of string output-files [Output files.];
integer output-step [Decrease number of the output curve nodes.];
string output-file-format("gnuplot") [Output file format. Can be gnuplot.];
},[Arguments describing input and output data.];
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment