Waitrud Weber’s blog

things and reminders for memories

3d: windows-make: memorized but still can not be converted.

1 vLine* memorizevLine( vPoint* a, vPoint* b ); qualified: 3/21  
2 int v3dCalculation::calculation_thread_015(); not qualified: 3/21  
       
       
       
       
       
       
       
       

 

vCalculation.cpp  Sun Mar 21 06:26:06 2021
...
384 :void put_memories_vLine ( vLine* result ) {
385 :	if ( dummy_vLine_index == 0 ) {
386 :		dummy_vLine_max = 8;
387 :		dummy_vLine = (vLine**) malloc ( sizeof(vLine*) * dummy_vLine_max );
388 :	}
389 :
390 :	if ( dummy_vLine_index >= dummy_vLine_max - 1 ) {
391 :		dummy_vLine_max = dummy_vLine_max * 2;
392 :		dummy_vLine = (vLine**) realloc ( dummy_vLine, sizeof(vLine*) * dummy_vLine_max );
393 :	}
394 :
395 :	dummy_vLine[ dummy_vLine_index ] = result;
396 :	dummy_vLine_index++;
397 :}
398 :

lines_2D[ 38 ] p( 409.851135, 112.669220, 200.000000)
p( 409.851135, 112.669220, 200.000000)
lines[ 39 ] p( -180.000000, 0.000000, 200.000000)
p( -180.000000, 0.000000, 200.000000)
lines_2D[ 39 ] p( 409.851135, 112.669220, 200.000000)
p( 409.851135, 112.669220, 200.000000)
lines[ 40 ] p( -180.000000, 0.000000, 200.000000)
p( -180.000000, 0.000000, 200.000000)
lines_2D[ 40 ] p( 409.851135, 112.669220, 200.000000)
p( 409.851135, 112.669220, 200.000000)
lines[ 41 ] p( -180.000000, 0.000000, 200.000000)
p( -180.000000, 0.000000, 200.000000)
lines_2D[ 41 ] p( 409.851135, 112.669220, 200.000000)
p( 409.851135, 112.669220, 200.000000)
lines[ 42 ] p( -180.000000, 0.000000, 200.000000)
p( -180.000000, 0.000000, 200.000000)
lines_2D[ 42 ] p( 409.851135, 112.669220, 200.000000)
p( 409.851135, 112.669220, 200.000000)
v3dCalculation:: calculation_thread_015 () ends.
main ends.