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

Changing the default install prefix to .local.

parent d274b518
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ then
fi
PREFIX=${HOME}/local
PREFIX=${HOME}/.local
for option in "$@"
do
case $option in
......
......@@ -42,7 +42,7 @@ update( const RealType& time,
Containers::Vector< typename MeshFunction::RealType,
typename MeshFunction::DeviceType,
typename MeshFunction::IndexType > >::value != true,
"Error: I am getting tnlVector instead of MeshFunction or similar object. You might forget to bind DofVector into MeshFunction in you method getExplicitRHS." );
"Error: I am getting Vector instead of MeshFunction or similar object. You might forget to bind DofVector into MeshFunction in you method getExplicitRHS." );
{
TraverserUserData userData( time,
differentialOperatorPointer.template getData< DeviceType >(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment