Changeset 528 for cpp/frams/genetics/f4


Ignore:
Timestamp:
07/18/16 04:14:37 (8 years ago)
Author:
Maciej Komosinski
Message:
  • Part.m removed
  • Part.h becomes XPROP
  • validate more part and joint properties in Model.internalcheck()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/f4/conv_f4.cpp

    r375 r528  
    178178                        // new part object for firstend
    179179                        // coordinates are left to be computed by Model
    180                         sprintf(tmpLine, "p:m=1,fr=%g,ing=%g,as=%g",
     180                        sprintf(tmpLine, "p:fr=%g,ing=%g,as=%g",
    181181                                /*1.0/C->P.mass,*/ C->P.friction, C->P.ingest, C->P.assim
    182182                                //C->firstend.x, C->firstend.y, C->firstend.z
     
    194194                }
    195195                // new part object for lastend
    196                 sprintf(tmpLine, "p:m=1,fr=%g,ing=%g,as=%g",
     196                sprintf(tmpLine, "p:fr=%g,ing=%g,as=%g",
    197197                        //C->lastend.x, C->lastend.y, C->lastend.z
    198198                        /*"vol=" 1.0/C->P.mass,*/ C->P.friction, C->P.ingest, C->P.assim
Note: See TracChangeset for help on using the changeset viewer.