Loading netbeans_run_debug_satanexperimental.sh +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ mv ./initial.tnl init.tnl --discrete-solver euler \ --snapshot-period 0.0005 \ --final-time 0.1 \ --time-step 0.000001 --time-step 0.00005 ./tnl-view-dbg --mesh mesh.tnl \ --input-files *.tnl \ Loading src/core/arrays/tnlStaticArray.h +2 −2 Original line number Diff line number Diff line Loading @@ -374,9 +374,9 @@ class tnlStaticArray< 3, Element > }; template< int Size, typename Element > /*template< int Size, typename Element > ostream& operator << ( ostream& str, const tnlStaticArray< Size, Element >& a ); */ #include <core/arrays/tnlStaticArray_impl.h> #include <core/arrays/tnlStaticArray1D_impl.h> #include <core/arrays/tnlStaticArray2D_impl.h> Loading src/core/arrays/tnlStaticArray1D_impl.h +1 −0 Original line number Diff line number Diff line Loading @@ -194,6 +194,7 @@ void tnlStaticArray< 1, Element >::sort() } template< typename Element > __device_callable__ ostream& tnlStaticArray< 1, Element >::write( ostream& str, const char* separator ) const { str << data[ 0 ]; Loading src/core/arrays/tnlStaticArray2D_impl.h +1 −0 Original line number Diff line number Diff line Loading @@ -221,6 +221,7 @@ void tnlStaticArray< 2, Element >::sort() } template< typename Element > __device_callable__ ostream& tnlStaticArray< 2, Element >::write( ostream& str, const char* separator ) const { str << data[ 0 ] << separator << data[ 1 ]; Loading src/core/arrays/tnlStaticArray3D_impl.h +1 −0 Original line number Diff line number Diff line Loading @@ -248,6 +248,7 @@ void tnlStaticArray< 3, Element >::sort() } template< typename Element > __device_callable__ ostream& tnlStaticArray< 3, Element >::write( ostream& str, const char* separator ) const { str << data[ 0 ] << separator << data[ 1 ] << separator << data[ 2 ]; Loading Loading
netbeans_run_debug_satanexperimental.sh +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ mv ./initial.tnl init.tnl --discrete-solver euler \ --snapshot-period 0.0005 \ --final-time 0.1 \ --time-step 0.000001 --time-step 0.00005 ./tnl-view-dbg --mesh mesh.tnl \ --input-files *.tnl \ Loading
src/core/arrays/tnlStaticArray.h +2 −2 Original line number Diff line number Diff line Loading @@ -374,9 +374,9 @@ class tnlStaticArray< 3, Element > }; template< int Size, typename Element > /*template< int Size, typename Element > ostream& operator << ( ostream& str, const tnlStaticArray< Size, Element >& a ); */ #include <core/arrays/tnlStaticArray_impl.h> #include <core/arrays/tnlStaticArray1D_impl.h> #include <core/arrays/tnlStaticArray2D_impl.h> Loading
src/core/arrays/tnlStaticArray1D_impl.h +1 −0 Original line number Diff line number Diff line Loading @@ -194,6 +194,7 @@ void tnlStaticArray< 1, Element >::sort() } template< typename Element > __device_callable__ ostream& tnlStaticArray< 1, Element >::write( ostream& str, const char* separator ) const { str << data[ 0 ]; Loading
src/core/arrays/tnlStaticArray2D_impl.h +1 −0 Original line number Diff line number Diff line Loading @@ -221,6 +221,7 @@ void tnlStaticArray< 2, Element >::sort() } template< typename Element > __device_callable__ ostream& tnlStaticArray< 2, Element >::write( ostream& str, const char* separator ) const { str << data[ 0 ] << separator << data[ 1 ]; Loading
src/core/arrays/tnlStaticArray3D_impl.h +1 −0 Original line number Diff line number Diff line Loading @@ -248,6 +248,7 @@ void tnlStaticArray< 3, Element >::sort() } template< typename Element > __device_callable__ ostream& tnlStaticArray< 3, Element >::write( ostream& str, const char* separator ) const { str << data[ 0 ] << separator << data[ 1 ] << separator << data[ 2 ]; Loading