| 437 | } |
| 438 | |
| 439 | XdmfInt32 XdmfArray::SetValueFromInt64( XdmfInt64 Index, XdmfInt64 Value ) { |
| 440 | return( this->SetValue( Index, Value ) ); |
| 441 | } |
| 442 | |
| 443 | XdmfInt32 XdmfArray::SetValueFromFloat64( XdmfInt64 Index, XdmfFloat64 Value ) { |
| 444 | return( this->SetValue( Index, Value ) ); |
no test coverage detected