From d8cad2103add3633c3f8de66d476cd141168bdf5 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 23 Aug 2005 21:02:44 +0000 Subject: [PATCH] Minor clean up. --- src/FDM/ExternalPipe/ExternalPipe.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FDM/ExternalPipe/ExternalPipe.cxx b/src/FDM/ExternalPipe/ExternalPipe.cxx index 14a4c830f..816c6d349 100644 --- a/src/FDM/ExternalPipe/ExternalPipe.cxx +++ b/src/FDM/ExternalPipe/ExternalPipe.cxx @@ -416,8 +416,8 @@ void FGExternalPipe::update_binary( double dt ) { << fifo_name_2 << " expected 1 item, but got " << result ); } else { // cout << " read successful." << endl; + FGNetFDM2Props( &fdm, false ); } - FGNetFDM2Props( &fdm, false ); #endif }