Changeset 9028 for issm/trunk


Ignore:
Timestamp:
07/18/11 07:53:23 (14 years ago)
Author:
Mathieu Morlighem
Message:

fixed bad cast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/Penta.cpp

    r9012 r9028  
    48794879        }
    48804880        else if ((code==7) || (code==3)){ //double
    4881                 this->inputs->AddInput(new DoubleInput(name,(int)scalar));
     4881                this->inputs->AddInput(new DoubleInput(name,(double)scalar));
    48824882        }
    48834883        else _error_("%s%i"," could not recognize nature of vector from code ",code);
Note: See TracChangeset for help on using the changeset viewer.